h1,h2,h3,h4,h5,h6{color:var(--color-text);font-weight:700;line-height:1.25;letter-spacing:-.02em;margin-bottom:.75rem}p{margin-bottom:1.25rem}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:3px;transition:color var(--transition-fast)}img{max-width:100%;height:auto;display:block}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;border-radius:var(--radius-sm);text-decoration:none;cursor:pointer;border:1px solid #fff0;transition:all var(--transition-fast);line-height:1.4}.btn-primary{background-color:var(--color-primary);color:#fff}.btn-primary:hover,.btn-primary:focus{background-color:var(--color-primary-hover);color:#fff}.btn-secondary{background-color:#fff0;border-color:var(--color-border);color:var(--color-text)}.btn-secondary:hover,.btn-secondary:focus{background-color:var(--color-surface);border-color:#999}.btn-sm{padding:.5rem 1rem;font-size:.85rem}.btn-lg{padding:.875rem 2rem;font-size:1.05rem}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2.5rem;margin-bottom:3.5rem}.post-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.post-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgb(0 0 0 / .06)}.post-card-thumbnail{aspect-ratio:16 / 9;overflow:hidden;background-color:var(--color-surface)}.post-thumbnail-img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.post-card:hover .post-thumbnail-img{transform:scale(1.03)}.post-card-body{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.post-card-meta{font-size:.825rem;color:var(--color-text-muted);margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.meta-separator{color:#ccc}.post-card-title{font-size:1.35rem;margin-bottom:.75rem}.post-card-title a{text-decoration:none;color:var(--color-text)}.post-card-title a:hover{color:var(--color-accent)}.post-card-excerpt{font-size:.95rem;color:var(--color-text-muted);line-height:1.6}.single-post-container{max-width:820px}.single-post-article .entry-header{margin-bottom:2rem}.single-post-article .entry-title{font-size:2.75rem;line-height:1.15;margin-bottom:1rem}.single-post-article .entry-meta{display:flex;align-items:center;gap:.75rem;color:var(--color-text-muted);font-size:.9rem}.featured-media{margin-bottom:2.5rem;border-radius:var(--radius-md);overflow:hidden;background-color:var(--color-surface)}.featured-image{width:100%;height:auto;object-fit:cover}.entry-content{font-size:1.125rem;line-height:1.8}.entry-content p{margin-bottom:1.5rem}.entry-content h2{font-size:1.85rem;margin-top:2.5rem;margin-bottom:1rem}.entry-content h3{font-size:1.45rem;margin-top:2rem;margin-bottom:.75rem}.entry-content blockquote{border-left:3px solid var(--color-primary);padding-left:1.25rem;margin:2rem 0;font-style:italic;color:#444}.entry-footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:.75rem;font-size:.9rem}.footer-meta-label{font-weight:600;margin-right:.5rem}.pagination{margin-top:3rem;margin-bottom:3rem}.nav-links{display:flex;justify-content:center;align-items:center;gap:.5rem}.page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .5rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);text-decoration:none;font-size:.9rem;font-weight:500}.page-numbers.current{background-color:var(--color-primary);border-color:var(--color-primary);color:#fff}.page-numbers:hover:not(.current){background-color:var(--color-surface)}.not-found-page{text-align:center;padding:6rem 1.25rem}.not-found-card{max-width:540px;margin:0 auto}.not-found-code{font-size:6rem;font-weight:900;line-height:1;color:#e5e5e5;display:block;margin-bottom:1rem}.not-found-title{font-size:2rem;margin-bottom:1rem}.not-found-desc{color:var(--color-text-muted);font-size:1.05rem;margin-bottom:2rem}.not-found-actions{display:flex;gap:1rem;justify-content:center}.site-footer{background-color:var(--color-surface);border-top:1px solid var(--color-border);padding:3.5rem 0 2rem;margin-top:4rem}.footer-top-row{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:2.5rem;border-bottom:1px solid var(--color-border)}.footer-brand-title{font-size:1.2rem;font-weight:700;display:block;margin-bottom:.5rem}.footer-brand-desc{font-size:.9rem;color:var(--color-text-muted);max-width:320px}.footer-menu{list-style:none;display:flex;gap:1.5rem}.footer-menu a{text-decoration:none;color:var(--color-text-muted);font-size:.9rem}.footer-menu a:hover{color:var(--color-text)}.footer-bottom-row{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;font-size:.85rem;color:var(--color-text-muted)}.back-to-top-btn{background:#fff0;border:1px solid var(--color-border);border-radius:var(--radius-sm);width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;transition:background-color var(--transition-fast)}.back-to-top-btn:hover{background-color:var(--color-border)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:transparent;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-table.is-style-stripes{border-bottom:1px solid #f0f0f0}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:currentColor}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:currentColor}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}