@keyframes shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.blog-page{min-height:calc(100vh - var(--navbar-height) - var(--footer-height));display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:4rem 2rem 3rem;background:#002641;gap:2rem}.blog-header{text-align:center;width:min(1200px,100%);padding:0 1rem;margin-bottom:.5rem}.blog-header h1{font-size:2.4rem;color:#f4bc43;margin-bottom:1rem;margin-top:0;font-weight:600}.blog-header p{font-size:1.125rem;color:#f4bc43;max-width:600px;margin:0 auto}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;width:min(1400px,100%);margin:1rem auto 0;padding:0 1rem}.blog-card{background:#f0f2f5;border-radius:8px;box-shadow:0 4px 15px rgba(8,27,44,.2);overflow:hidden;border:2px solid rgba(0,0,0,0);transition:transform .3s ease,box-shadow .3s ease,border .3s ease}.blog-card:hover{transition:box-shadow .3s ease,border .3s ease}.blog-card:hover:hover{box-shadow:0 12px 40px rgba(255,204,0,.4),0 0 0 2px rgba(255,204,0,.6);border-color:rgba(255,204,0,.8)}.blog-card:hover{transform:translateY(-8px)}.blog-card{display:flex;flex-direction:column;text-decoration:none}.blog-card .blog-card-image{width:100%;aspect-ratio:16/9;min-height:200px;overflow:hidden}.blog-card .blog-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-card .blog-card-content{padding:1.5rem;flex:1 1;display:flex;flex-direction:column}.blog-card .blog-card-content h2{font-size:1.4rem;color:#002641;margin-bottom:.5rem;font-weight:600}.blog-card .blog-card-content .blog-card-date{font-size:.85rem;color:#855a00;margin-bottom:1rem;font-weight:500;text-shadow:0 1px 2px rgba(0,38,65,.12)}.blog-card .blog-card-content .blog-card-date .blog-card-author{font-weight:500;color:#002641}.blog-card .blog-card-content .blog-card-excerpt{color:#002641;line-height:1.6;margin-bottom:1rem;flex:1 1;text-align:justify}.blog-card .blog-card-content .blog-card-link{color:#855a00;font-weight:500;align-self:flex-start}@keyframes skeleton-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.blog-card--skeleton{pointer-events:none;cursor:default}.blog-card--skeleton .blog-card-image--skeleton{aspect-ratio:16/9;min-height:200px;background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%);background-size:800px 100%;animation:skeleton-shimmer 1.4s linear infinite}.blog-card--skeleton .blog-card-content{padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.blog-skeleton-line{border-radius:4px;background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%);background-size:800px 100%;animation:skeleton-shimmer 1.4s linear infinite}.blog-skeleton-line--title{height:1.4rem;width:80%}.blog-skeleton-line--date{height:.85rem;width:45%}.blog-skeleton-line{height:.9rem;width:100%}.blog-skeleton-line--short{height:.9rem;width:60%}.no-posts{text-align:center;color:#b0c4d8;font-size:1.1rem;margin-top:3rem}.loading-more,.no-more-posts{text-align:center;padding:2rem;margin-top:2rem}.loading-more p,.no-more-posts p{font-size:1rem;color:#b0c4d8;font-weight:500}.loading-more p{color:#855a00;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.no-more-posts p{color:#f4bc43}.blog-post-page{min-height:calc(100vh - var(--navbar-height) - var(--footer-height));padding:2rem;scroll-behavior:auto!important}.back-button{padding:.7rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;text-align:center;border-radius:999px;transition:all .3s ease;background:#f7d46c;color:#002641;border:2px solid #f7d46c;box-shadow:0 4px 15px rgba(247,212,108,.4)}.back-button:hover{color:#f7d46c;transform:translateY(-2px);box-shadow:0 6px 20px rgba(247,212,108,.5)}.back-button:active{transform:translateY(0)}.back-button{margin-bottom:2rem;display:inline-block}.back-button:hover{background:#002641}.blog-post{max-width:800px;margin:0 auto;border-radius:8px;overflow:visible;box-shadow:0 4px 20px rgba(11,18,32,.1);background:#fdfdfd}.blog-post .blog-post-header-media{margin:0;padding:0}.blog-post .blog-post-header-image{width:100%;aspect-ratio:16/9;max-height:420px;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:8px 8px 0 0}.blog-post .blog-post-header-image img{width:100%;height:100%;object-fit:cover;display:block}.blog-post .blog-post-image-credit{margin:0;padding:.35rem 1rem .65rem;font-size:.75rem;line-height:1.3;letter-spacing:.01em;color:#666;text-align:right;opacity:.85}.blog-post .blog-post-image-credit a{color:inherit;text-decoration:none}.blog-post .blog-post-image-credit a:focus-visible,.blog-post .blog-post-image-credit a:hover{color:#002641;text-decoration:underline;text-underline-offset:.12em}.blog-post .blog-post-content{padding:3rem;min-width:0;max-width:100%}.blog-post .blog-post-content h1{font-size:1.5rem;color:#002641;margin-bottom:1rem;font-weight:600}.blog-post .blog-post-content .blog-post-meta{display:flex;flex-wrap:wrap;gap:.35rem 1.5rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.blog-post .blog-post-content .blog-post-meta .blog-post-author,.blog-post .blog-post-content .blog-post-meta .blog-post-date{font-size:.9rem;font-weight:500;text-shadow:0 1px 3px rgba(0,38,65,.15)}.blog-post .blog-post-content .blog-post-meta .blog-post-date{color:#855a00}.blog-post .blog-post-content .blog-post-meta .blog-post-author{color:#002641}.blog-post .blog-post-content .blog-post-body{font-size:1.1rem;line-height:1.8;color:#002641;white-space:pre-line;text-align:justify;-webkit-hyphens:auto;hyphens:auto;min-width:0;max-width:100%}.blog-post .blog-post-content .blog-post-body .highlight-lighton{color:#855a00;font-weight:600}.blog-post .blog-post-content .blog-post-body .blog-icon-no,.blog-post .blog-post-content .blog-post-body .blog-icon-yes{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700}.blog-post .blog-post-content .blog-post-body .blog-icon-yes{color:#4caf50}.blog-post .blog-post-content .blog-post-body .blog-icon-no{color:#ff6b6b}.blog-post .blog-post-content .blog-post-body .blog-icon-tip{display:inline-block;width:1em;height:1em;margin-right:.25rem;vertical-align:-.1em;font-size:0;line-height:0;background-color:#f4bc43;mask-image:url(/icons/svg/blog-tip-bulb.svg);mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-image:url(/icons/svg/blog-tip-bulb.svg);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain}.blog-post .blog-post-content .blog-post-body li,.blog-post .blog-post-content .blog-post-body ol,.blog-post .blog-post-content .blog-post-body p,.blog-post .blog-post-content .blog-post-body ul{white-space:normal;margin:0 0 1rem}.blog-post .blog-post-content .blog-post-body ol,.blog-post .blog-post-content .blog-post-body ul{padding-left:1.25rem;text-align:left}.blog-post .blog-post-content .blog-post-body li{margin:.25rem 0}.blog-post .blog-post-content .blog-post-body .blog-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;margin:1.5rem 0;border:1px solid #e0e0e0;border-radius:4px}.blog-post .blog-post-content .blog-post-body .blog-table,.blog-post .blog-post-content .blog-post-body table{width:100%;border-collapse:collapse;margin:0;font-size:.98rem;line-height:1.45;white-space:normal;border:0;table-layout:fixed}.blog-post .blog-post-content .blog-post-body td,.blog-post .blog-post-content .blog-post-body th{border:1px solid #e0e0e0;padding:.65rem .75rem;text-align:left;vertical-align:top;white-space:normal;overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.blog-post .blog-post-content .blog-post-body table li,.blog-post .blog-post-content .blog-post-body table ol,.blog-post .blog-post-content .blog-post-body table p,.blog-post .blog-post-content .blog-post-body table ul{text-align:left;margin:0}.blog-post .blog-post-content .blog-post-body tbody tr:nth-child(odd){background:#fdfdfd}.blog-post .blog-post-content .blog-post-body th{background:#e8ecf0;font-weight:600;color:#002641;white-space:normal;font-size:.92em;line-height:1.35}.blog-post .blog-post-content .blog-post-zones{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.blog-post .blog-post-content .blog-post-zones h2{color:#081b2c;font-size:1.2rem;margin-bottom:1rem}.blog-post .blog-post-content .blog-post-zones ul{list-style:none;padding:0;margin:0;display:grid;grid-gap:.5rem;gap:.5rem}.blog-post .blog-post-content .blog-post-zones li a{color:#855a00;font-weight:600;text-decoration:underline;text-underline-offset:2px}.blog-post .blog-post-content .blog-post-zones li a:hover{color:#5c3e00}@media(max-width:768px){.blog-post-page{padding:1rem}.blog-header h1{font-size:1.7rem}.blog-header{padding:0;margin-bottom:0}.blog-grid{grid-template-columns:1fr;width:100%;padding:0;margin-top:.5rem}.blog-post-header-image{height:250px!important}.blog-post-content{padding:1.5rem!important}.blog-post-content h1{font-size:1.7rem!important}.blog-post-content .blog-post-body .blog-table,.blog-post-content .blog-post-body table{font-size:.875rem}.blog-post-content .blog-post-body td,.blog-post-content .blog-post-body th{padding:.25rem .5rem;line-height:1.4}.blog-post-content .blog-post-body th{font-size:.88em}}