.blog-layout{--blog-primary:#1a365d;--blog-secondary:#e53e3e;--blog-accent:#f6ad55;--blog-text:#2d3748;--blog-text-light:#718096;--blog-background:#f7fafc;--blog-card-bg:#ffffff;--blog-border:#e2e8f0;--blog-hover:#ebf4ff;font-family:var(--font-montserrat),sans-serif;color:var(--blog-text);background-color:var(--blog-background);margin:0;padding:0;min-height:100vh;display:flex;flex-direction:column}.blog-header{background-color:var(--blog-primary);color:white;padding:1rem 0;position:sticky;top:0;z-index:50;box-shadow:0 2px 10px rgba(0,0,0,.1)}.blog-header-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.blog-logo a{display:flex;align-items:center;text-decoration:none;color:white}.blog-logo-accent,.blog-logo-text{font-size:1.5rem;font-weight:700;letter-spacing:1px}.blog-logo-accent{color:var(--blog-accent)}.blog-nav-list{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.blog-nav-list a{color:white;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s ease;position:relative}.blog-nav-list a:hover{color:var(--blog-accent)}.blog-nav-list a:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background-color:var(--blog-accent);transition:width .3s ease}.blog-nav-list a:hover:after{width:100%}.blog-search-button{background:none;border:none;color:white;cursor:pointer;transition:color .2s ease}.blog-search-button:hover{color:var(--blog-accent)}.blog-main{flex:1;padding:2rem 0}.blog-footer{background-color:var(--blog-primary);color:white;padding:3rem 0 1.5rem;margin-top:3rem}.blog-footer-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.blog-footer-top{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.blog-footer h3{font-size:1.2rem;margin-bottom:1rem;font-weight:600;color:white}.blog-footer-about p,.blog-footer-categories p{font-size:.9rem;line-height:1.6;color:rgba(255,255,255,.8)}.blog-footer-categories p{margin-bottom:.75rem}.blog-footer-categories .mt-2{margin-top:.5rem}.blog-social-icons{display:flex;gap:1rem;margin-bottom:1rem}.blog-social-icons a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:rgba(255,255,255,.1);color:white;transition:all .2s ease}.blog-social-icons a:hover{background-color:var(--blog-accent);transform:translateY(-2px)}.blog-contact-button{display:inline-block;padding:.5rem 1rem;background-color:var(--blog-accent);color:var(--blog-primary);text-decoration:none;border-radius:4px;font-weight:600;font-size:.9rem;transition:all .2s ease}.blog-contact-button:hover{background-color:white;transform:translateY(-2px)}.blog-footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);font-size:.85rem}.blog-main-site-link{color:var(--blog-accent);text-decoration:none;font-weight:500;transition:color .2s ease}.blog-main-site-link:hover{text-decoration:underline}.blog-hero{background-color:var(--blog-primary);color:white;padding:4rem 0;margin-bottom:3rem;position:relative;overflow:hidden}.blog-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(26,54,93,.9),rgba(26,54,93,.7));z-index:1}.blog-hero-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:2;text-align:center}.blog-hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem;font-family:var(--font-merriweather),serif}.blog-hero p{font-size:1.2rem;max-width:700px;margin:0 auto;line-height:1.6}.blog-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.blog-featured{margin-bottom:4rem}.blog-section-title{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;color:var(--blog-primary);font-family:var(--font-merriweather),serif;position:relative;padding-bottom:.5rem}.blog-section-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background-color:var(--blog-accent)}.blog-featured-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.blog-featured-main{grid-column:1;grid-row:1/span 2}.blog-card{background-color:var(--blog-card-bg);border-radius:8px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease;border-left:4px solid var(--blog-accent)}.blog-card-content{padding:1.5rem}.blog-card-category{display:inline-block;padding:.25rem .75rem;background-color:var(--blog-accent);color:white;font-size:.75rem;font-weight:600;border-radius:4px;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.blog-card-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--blog-primary);font-family:var(--font-merriweather),serif;line-height:1.4}.blog-card-excerpt{font-size:.95rem;color:var(--blog-text-light);margin-bottom:1rem;line-height:1.6}.blog-card-meta{display:flex;align-items:center;font-size:.85rem;color:var(--blog-text-light)}.blog-card-author{font-weight:600;margin-right:1rem}.blog-card-date{display:flex;align-items:center}.blog-featured-main .blog-card{border-left:4px solid var(--blog-primary)}.blog-featured-main .blog-card-title{font-size:1.75rem}.blog-posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.blog-pagination{display:flex;justify-content:center;margin-top:3rem}.blog-pagination-button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;background-color:white;border:1px solid var(--blog-border);color:var(--blog-text);font-weight:500;border-radius:4px;margin:0 .25rem;transition:all .2s ease}.blog-pagination-button:hover{background-color:var(--blog-hover)}.blog-pagination-button.active{background-color:var(--blog-primary);color:white;border-color:var(--blog-primary)}.blog-post-header{margin-bottom:2rem}.blog-post-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:var(--blog-primary);font-family:var(--font-merriweather),serif;line-height:1.3}.blog-post-meta{display:flex;align-items:center;margin-bottom:1.5rem;font-size:.95rem;color:var(--blog-text-light)}.blog-post-author{font-weight:600}.blog-post-author,.blog-post-date{margin-right:1.5rem}.blog-post-category{display:inline-block;padding:.25rem .75rem;background-color:var(--blog-accent);color:white;font-size:.75rem;font-weight:600;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.blog-post-content{max-width:800px;margin:0 auto;font-family:var(--font-merriweather),serif;line-height:1.8;font-size:1.1rem;color:var(--blog-text)}.blog-post-content p{margin-bottom:1.5rem}.blog-post-content h2{font-size:1.8rem;font-weight:700;margin:2.5rem 0 1rem;color:var(--blog-primary)}.blog-post-content h3{font-size:1.4rem;font-weight:700;margin:2rem 0 1rem;color:var(--blog-primary)}.blog-post-content ol,.blog-post-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.blog-post-content li{margin-bottom:.5rem}.blog-post-content a{color:var(--blog-secondary);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.blog-post-content a:hover{border-color:var(--blog-secondary)}.blog-post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:3rem 0}.blog-post-tag{padding:.35rem .75rem;background-color:var(--blog-hover);border-radius:4px;font-size:.85rem;color:var(--blog-text)}.blog-related-posts{margin-top:4rem;padding-top:3rem;border-top:1px solid var(--blog-border)}.blog-related-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--blog-primary);font-family:var(--font-merriweather),serif}.blog-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width:1024px){.blog-featured-grid{grid-template-columns:1fr}.blog-featured-main{grid-column:auto;grid-row:auto}.blog-related-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.blog-nav{display:none}.blog-hero h1{font-size:2.5rem}.blog-hero p{font-size:1rem}.blog-posts-grid,.blog-related-grid{grid-template-columns:1fr}.blog-post-title{font-size:2rem}.blog-post-featured-image{height:300px}}.blog-content p{margin-bottom:1.5rem;line-height:1.8}.blog-content h1,.blog-content h2,.blog-content h3{font-weight:700;margin-top:2rem;margin-bottom:1rem;color:var(--blog-primary);font-family:var(--font-merriweather),serif}.blog-content h1{font-size:2.25rem;line-height:1.3}.blog-content h2{font-size:1.8rem;line-height:1.4}.blog-content h3{font-size:1.5rem;line-height:1.5}.blog-content ol,.blog-content ul{margin-left:1.5rem;margin-bottom:1.5rem}.blog-content ul{list-style-type:disc}.blog-content ol{list-style-type:decimal}.blog-content li{margin-bottom:.5rem}.blog-content a{color:var(--blog-secondary);text-decoration:underline}.blog-content a:hover{text-decoration:none}.blog-content blockquote{border-left:4px solid var(--blog-accent);padding-left:1rem;font-style:italic;margin:1.5rem 0;color:var(--blog-text-light)}.blog-content table{width:100%;border-collapse:collapse;margin:1.5rem 0}.blog-content td,.blog-content th{border:1px solid var(--blog-border);padding:.75rem;text-align:left}.blog-content th{background-color:var(--blog-hover);font-weight:600}.blog-content tr:nth-child(2n){background-color:var(--blog-background)}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/3f69592b2fe603c7-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/6325a8417175c41d-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/021bc4481ed92ece-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/99b7f73d5af7c3e2-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4f05ba3a6752a328-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat Fallback;src:local("Arial");ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.00%;size-adjust:112.83%}.__className_4bc053{font-family:Montserrat,Montserrat Fallback;font-style:normal}.__variable_4bc053{--font-montserrat:"Montserrat","Montserrat Fallback"}@font-face{font-family:Merriweather;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/fe4c52824bfaed3e-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Merriweather;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3e8ab5100a4aa694-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Merriweather;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b78b37b810acce9f-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Merriweather;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/027647acf05c7ff8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Merriweather;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1f3fe8c6df3d47c1-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/fe4c52824bfaed3e-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3e8ab5100a4aa694-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b78b37b810acce9f-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/027647acf05c7ff8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1f3fe8c6df3d47c1-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/fe4c52824bfaed3e-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3e8ab5100a4aa694-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b78b37b810acce9f-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/027647acf05c7ff8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1f3fe8c6df3d47c1-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Merriweather;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/fe4c52824bfaed3e-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Merriweather;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3e8ab5100a4aa694-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Merriweather;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b78b37b810acce9f-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Merriweather;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/027647acf05c7ff8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Merriweather;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1f3fe8c6df3d47c1-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Merriweather Fallback;src:local("Times New Roman");ascent-override:80.59%;descent-override:22.36%;line-gap-override:0.00%;size-adjust:122.09%}.__className_c59aa5{font-family:Merriweather,Merriweather Fallback;font-style:normal}.__variable_c59aa5{--font-merriweather:"Merriweather","Merriweather Fallback"}