:root{--sunshine: #FFD166;--blue: #118AB2;--white: #FFFFFF;--navy: #073B4C;--sunshine-light: #FFF3D6;--blue-light: #E8F4F8;--gray-100: #F7F8FA;--gray-200: #EEF0F3;--gray-300: #D1D5DB;--shadow-sm: 0 2px 8px rgba(7, 59, 76, .08);--shadow-md: 0 4px 16px rgba(7, 59, 76, .12);--shadow-lg: 0 8px 32px rgba(7, 59, 76, .16);--radius: 16px;--radius-sm: 10px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Nunito,sans-serif;color:var(--navy);background:var(--gray-100);line-height:1.7;font-size:16px;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:"Baloo 2",cursive;font-weight:700;line-height:1.2}a{color:var(--blue);text-decoration:none;transition:color .2s}a:hover{color:var(--navy)}img{max-width:100%;height:auto;display:block}.top-bar{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:3px solid var(--sunshine);box-shadow:var(--shadow-sm)}.top-bar-inner{max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-logo{font-family:"Baloo 2",cursive;font-size:1.5rem;font-weight:800;color:var(--navy);display:flex;align-items:center;gap:.4rem}.site-logo:hover{color:var(--blue)}.site-logo .emoji{font-size:1.6rem}nav{display:flex;gap:.25rem}nav a{font-family:"Baloo 2",cursive;font-weight:600;font-size:.95rem;color:var(--navy);padding:.4rem .8rem;border-radius:999px;transition:all .2s}nav a:hover{background:var(--sunshine-light);color:var(--blue)}.nav-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.25rem;color:var(--navy)}@media(max-width:640px){.nav-toggle{display:block}nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--white);padding:.5rem 1rem 1rem;border-bottom:3px solid var(--sunshine);box-shadow:var(--shadow-md)}nav.open{display:flex}nav a{padding:.6rem 1rem;font-size:1.1rem}}.site-main{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.site-footer{background:var(--navy);color:var(--white);text-align:center;padding:2rem 1.5rem;margin-top:3rem;font-size:.9rem}.site-footer a{color:var(--sunshine)}.site-footer a:hover{color:var(--white)}.footer-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:.75rem}.hero{background:linear-gradient(135deg,var(--sunshine) 0%,#FFE4A0 100%);border-radius:var(--radius);padding:2.5rem 2rem;margin-bottom:2rem;text-align:center}.hero h1{font-size:2.2rem;color:var(--navy);margin-bottom:.5rem}.hero p{font-size:1.15rem;color:var(--navy);opacity:.85;max-width:500px;margin:0 auto}@media(max-width:640px){.hero{padding:1.5rem 1rem}.hero h1{font-size:1.6rem}}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}@media(max-width:640px){.card-grid{grid-template-columns:1fr}}.post-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.post-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.post-card-image{width:100%;aspect-ratio:3/2;object-fit:cover}.post-card-body{padding:1.25rem;flex:1;display:flex;flex-direction:column}.post-card-date{font-size:.8rem;font-weight:600;color:var(--blue);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem}.post-card-title{font-size:1.2rem;margin-bottom:.5rem;line-height:1.3}.post-card-title a{color:var(--navy)}.post-card-title a:hover{color:var(--blue)}.post-card-excerpt{font-size:.92rem;color:#4a6572;flex:1;line-height:1.6;margin-bottom:.75rem}.post-card-cats{display:flex;flex-wrap:wrap;gap:.4rem}.cat-tag{font-size:.75rem;font-weight:700;padding:.2rem .6rem;border-radius:999px;background:var(--sunshine-light);color:var(--navy)}.cat-tag:hover{background:var(--sunshine)}.cat-fiction{background:#e8f4f8}.cat-mystery{background:#f3e8f9}.cat-romance{background:#ffe8ee}.cat-horror{background:#2d2d2d;color:#fff}.cat-children{background:#e8ffe8}.cat-memoir{background:#fff0e0}.cat-poetry{background:#f0e8ff}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2.5rem;flex-wrap:wrap}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .75rem;border-radius:999px;font-family:"Baloo 2",cursive;font-weight:600;font-size:.95rem;transition:all .2s}.pagination a{background:var(--white);color:var(--navy);box-shadow:var(--shadow-sm)}.pagination a:hover{background:var(--sunshine);color:var(--navy)}.pagination .current{background:var(--blue);color:var(--white)}.post-article{max-width:760px;margin:0 auto}.post-header{margin-bottom:2rem}.post-header h1{font-size:2.2rem;line-height:1.2;margin-bottom:.75rem}.post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem}.post-meta .date{font-weight:700;color:var(--blue);font-size:.9rem}.post-featured-image{margin-bottom:2rem;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md)}.post-featured-image img{width:100%}.post-content{font-size:1.05rem;line-height:1.8}.post-content p{margin-bottom:1.25rem}.post-content h2{font-size:1.5rem;margin:2rem 0 1rem}.post-content h3{font-size:1.25rem;margin:1.5rem 0 .75rem}.post-content blockquote{border-left:4px solid var(--sunshine);padding:1rem 1.25rem;margin:1.5rem 0;background:var(--sunshine-light);border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-style:italic}.post-content a{text-decoration:underline;text-decoration-color:var(--sunshine);text-underline-offset:3px}.post-content ul,.post-content ol{margin:1rem 0 1.25rem 1.5rem}.post-content li{margin-bottom:.4rem}.post-content img{border-radius:var(--radius-sm);margin:1.5rem 0}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2rem;padding-top:1.5rem;border-top:2px solid var(--gray-200)}.post-tags a{font-size:.85rem;font-weight:600;color:var(--blue);padding:.3rem .8rem;border-radius:999px;background:var(--blue-light)}.post-tags a:hover{background:var(--blue);color:var(--white)}@media(max-width:640px){.post-header h1{font-size:1.6rem}}.page-header{margin-bottom:2rem}.page-header h1{font-size:2rem}.page-header p{color:#4a6572;font-size:1.05rem}.category-list{display:flex;flex-wrap:wrap;gap:.75rem}.category-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.2rem;background:var(--white);border-radius:999px;font-family:"Baloo 2",cursive;font-weight:600;font-size:1rem;color:var(--navy);box-shadow:var(--shadow-sm);transition:all .2s}.category-chip:hover{background:var(--sunshine);transform:translateY(-2px);box-shadow:var(--shadow-md)}.category-chip .count{font-size:.8rem;font-weight:700;background:var(--blue-light);color:var(--blue);padding:.1rem .5rem;border-radius:999px}.about-content{max-width:700px;margin:0 auto;background:var(--white);border-radius:var(--radius);padding:2.5rem;box-shadow:var(--shadow-sm);font-size:1.05rem;line-height:1.8}.about-content h2{font-size:1.5rem;margin:2rem 0 .75rem;color:var(--blue)}.about-content p{margin-bottom:1rem}
