@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;800&display=swap";.hero-section:where(.astro-ENYWZDMM){position:relative;height:50vh;min-height:380px;background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;margin-bottom:0;overflow:hidden}.overlay:where(.astro-ENYWZDMM){position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.3) 0%,rgba(15,23,42,.5) 40%,rgba(15,23,42,.85) 100%);z-index:1}.hero-section:where(.astro-ENYWZDMM):after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 0%,rgba(0,0,0,.3) 100%);z-index:1;pointer-events:none}.hero-content:where(.astro-ENYWZDMM){position:relative;z-index:2;padding:0 1.5rem;max-width:900px;animation:fadeInUp 1s ease-out}.badge:where(.astro-ENYWZDMM){display:inline-block;background:linear-gradient(135deg,#F4B942 0%,#FFA500 100%);color:#1a202c;font-family:Montserrat,sans-serif;font-weight:800;font-size:.7rem;padding:.4rem 1rem;border-radius:50px;margin-bottom:1.5rem;letter-spacing:2px;text-transform:uppercase;box-shadow:0 4px 15px #f4b94266;animation:glow-pulse 2s ease-in-out infinite}@keyframes glow-pulse{0%,to{box-shadow:0 4px 15px #f4b94266}50%{box-shadow:0 4px 25px #f4b94299}}h1:where(.astro-ENYWZDMM){font-family:Montserrat,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;margin:0 0 .75rem;line-height:1.1;text-transform:uppercase;letter-spacing:-1px;background:linear-gradient(135deg,#ffffff 0%,#F4B942 50%,#ffffff 100%);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 4s linear infinite;text-shadow:none}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.hero-subtitle:where(.astro-ENYWZDMM){font-family:Montserrat,sans-serif;font-size:1.15rem;font-weight:500;line-height:1.6;margin:0 auto;max-width:650px;color:#fffffff2!important;text-shadow:0 2px 10px rgba(0,0,0,.5);opacity:0;animation:fadeInUp 1s ease-out .3s forwards}.scroll-indicator:where(.astro-ENYWZDMM){display:inline-flex;margin-top:2.5rem;color:#fff;opacity:.7;animation:bounce 2s infinite;cursor:pointer;transition:all .3s ease;padding:.5rem;border-radius:50%;background:rgba(255,255,255,.1);backdrop-filter:blur(4px)}.scroll-indicator:where(.astro-ENYWZDMM):hover{opacity:1;color:#f4b942;background:rgba(244,185,66,.2);transform:scale(1.1)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(12px)}60%{transform:translateY(6px)}}@media (max-width: 768px){.hero-section:where(.astro-ENYWZDMM){height:40vh;min-height:320px;background-attachment:scroll}h1:where(.astro-ENYWZDMM){font-size:2rem;background:#ffffff;-webkit-background-clip:text;background-clip:text}.hero-subtitle:where(.astro-ENYWZDMM){font-size:.95rem;padding:0 1rem}.scroll-indicator:where(.astro-ENYWZDMM){margin-top:1.5rem}}.post-card:where(.astro-L3JHQ7DB){background:var(--card-bg, #fff);border:1px solid var(--card-border, #eee);border-radius:16px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;height:100%;position:relative}.post-card:where(.astro-L3JHQ7DB):before{content:"";position:absolute;inset:-2px;border-radius:18px;background:linear-gradient(135deg,#F4B942,#75AADB,#F4B942);background-size:200% 200%;opacity:0;z-index:-1;transition:opacity .4s ease}.post-card:where(.astro-L3JHQ7DB):hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f,0 8px 16px #f4b94226;border-color:transparent}.post-card:where(.astro-L3JHQ7DB):hover:before{opacity:1;animation:borderGlow 3s linear infinite}.image-link:where(.astro-L3JHQ7DB){display:block;width:100%;height:200px;overflow:hidden;flex-shrink:0;position:relative}.image-link:where(.astro-L3JHQ7DB):after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(15,23,42,.7) 0%,rgba(15,23,42,0) 60%);opacity:0;transition:opacity .4s ease}.post-card:where(.astro-L3JHQ7DB):hover .image-link:where(.astro-L3JHQ7DB):after{opacity:1}.image-link:where(.astro-L3JHQ7DB) img:where(.astro-L3JHQ7DB){width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);margin:0;display:block}.post-card:where(.astro-L3JHQ7DB):hover .image-link:where(.astro-L3JHQ7DB) img:where(.astro-L3JHQ7DB){transform:scale(1.1)}.content:where(.astro-L3JHQ7DB){padding:1.25rem;display:flex;flex-direction:column;flex-grow:1;background:var(--card-bg, #fff);position:relative;min-height:180px}.meta-header:where(.astro-L3JHQ7DB){margin-bottom:.2rem}time:where(.astro-L3JHQ7DB){font-size:.7rem;color:#75aadb;text-transform:uppercase;font-weight:600;letter-spacing:1px;display:inline-flex;align-items:center;gap:7px}time:where(.astro-L3JHQ7DB):before{content:"\1f4c5";font-size:.75rem}.title:where(.astro-L3JHQ7DB){margin:0 0 .3rem;line-height:.9}.title:where(.astro-L3JHQ7DB) a:where(.astro-L3JHQ7DB){text-decoration:none;color:var(--text-main, #2D3748);font-size:1.05rem;font-weight:700;transition:all .3s ease;display:inline;background:linear-gradient(to right,#75AADB,#75AADB) no-repeat;background-size:0% 2px;background-position:0 100%}.title:where(.astro-L3JHQ7DB) a:where(.astro-L3JHQ7DB):hover{color:#75aadb;background-size:100% 2px}.excerpt:where(.astro-L3JHQ7DB){font-size:.85rem;color:var(--text-muted, #64748b);line-height:1.5;margin-bottom:1rem;text-align:justify;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex-grow:1;min-height:3.6em}.read-more:where(.astro-L3JHQ7DB){margin-top:auto;font-size:.75rem;font-weight:800;color:#f4b942;text-decoration:none;text-transform:uppercase;letter-spacing:1px;display:inline-flex;align-items:center;gap:6px;transition:all .3s ease}.read-more:where(.astro-L3JHQ7DB):after{content:"\2192";transition:transform .3s ease}.read-more:where(.astro-L3JHQ7DB):hover{color:#e0a83b;gap:10px}.read-more:where(.astro-L3JHQ7DB):hover:after{transform:translate(4px)}@media (prefers-color-scheme: dark){.post-card:where(.astro-L3JHQ7DB){box-shadow:0 4px 12px #0000004d}.post-card:where(.astro-L3JHQ7DB):hover{box-shadow:0 25px 50px #0006,0 0 30px #f4b9421a}}:root{--page-bg: #F8F9FA;--text-main: #2D3748;--text-muted: #718096;--brand-blue: #75AADB;--brand-gold: #F4B942;--card-bg: #FFFFFF;--card-border: #E2E8F0;--max-width: 1600px;--title-color: #2D3748}@media (prefers-color-scheme: dark){:root{--page-bg: #0f172a;--text-main: #f1f5f9;--text-muted: #94a3b8;--card-bg: #1e293b;--card-border: #334155;--title-color: #ffffff}.profile-circle:where(.astro-HH4PRUGG) img:where(.astro-HH4PRUGG){filter:invert(1) brightness(2)}}@media (prefers-color-scheme: light){.profile-circle:where(.astro-HH4PRUGG) img:where(.astro-HH4PRUGG){filter:none;opacity:.8}}body{background-color:var(--page-bg);color:var(--text-main);font-family:Montserrat,sans-serif;margin:0}.main-container-centered:where(.astro-HH4PRUGG){max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;width:100%;box-sizing:border-box}.ad-container-horizontal:where(.astro-HH4PRUGG){width:100%;display:flex;justify-content:center;margin-top:-1.5rem;margin-bottom:1rem}.page-container:where(.astro-HH4PRUGG){display:flex;flex-direction:column;gap:2.5rem}.main-content:where(.astro-HH4PRUGG){width:100%;min-width:0}.grid-layout:where(.astro-HH4PRUGG){display:grid;grid-template-columns:1fr;gap:1rem;row-gap:1rem}.post-item-wrapper:where(.astro-HH4PRUGG){height:100%;display:flex;flex-direction:column}.searchable-item:where(.astro-HH4PRUGG){height:100%;width:100%;display:flex;flex-direction:column}@media (min-width: 640px){.grid-layout:where(.astro-HH4PRUGG){grid-template-columns:repeat(2,1fr)}}@media (min-width: 1280px){.grid-layout:where(.astro-HH4PRUGG){grid-template-columns:repeat(3,1fr)}}@media (min-width: 1550px){.grid-layout:where(.astro-HH4PRUGG){grid-template-columns:repeat(4,1fr)}}@media (min-width: 1024px){.page-container:where(.astro-HH4PRUGG){flex-direction:row;align-items:flex-start}.main-content:where(.astro-HH4PRUGG){flex:1}.sidebar:where(.astro-HH4PRUGG){width:300px;min-width:300px;flex-shrink:0;position:sticky;top:85px}}.sidebar:where(.astro-HH4PRUGG){display:flex;flex-direction:column;gap:1.5rem}.sidebar-widget:where(.astro-HH4PRUGG){background:var(--card-bg);border:1px solid var(--card-border);padding:1.5rem;border-radius:16px;box-shadow:0 4px 20px #00000008;position:relative;overflow:hidden;transition:all .4s ease}.sidebar-widget:where(.astro-HH4PRUGG):before{content:"";position:absolute;inset:0;border-radius:16px;padding:2px;background:linear-gradient(135deg,#F4B942,#75AADB,#F4B942);background-size:200% 200%;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease}.sidebar-widget:where(.astro-HH4PRUGG):hover:before{opacity:1;animation:borderGlow 3s linear infinite}.sidebar-widget:where(.astro-HH4PRUGG):hover{transform:translateY(-3px);box-shadow:0 12px 30px #00000014}@keyframes borderGlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.profile-header:where(.astro-HH4PRUGG){display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}.profile-circle:where(.astro-HH4PRUGG){width:80px;height:80px;border-radius:50%;background:var(--page-bg);border:3px solid var(--brand-blue);padding:4px;margin-bottom:1rem;overflow:hidden;display:flex;align-items:center;justify-content:center}.profile-circle:where(.astro-HH4PRUGG) img:where(.astro-HH4PRUGG){width:100%;height:100%;object-fit:contain;border-radius:50%;transition:filter .3s ease}.widget-title:where(.astro-HH4PRUGG){font-size:.85rem;color:var(--brand-blue);margin-top:0;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--card-border);text-transform:uppercase;font-weight:800;display:flex;align-items:center;gap:8px}.search-input:where(.astro-HH4PRUGG){width:100%;box-sizing:border-box;padding:.85rem 1.2rem;border:2px solid var(--card-border);border-radius:12px;font-family:inherit;font-size:.9rem;background-color:var(--page-bg);color:var(--text-main);margin-bottom:1rem;transition:all .3s ease}.search-input:where(.astro-HH4PRUGG):focus{outline:none;border-color:var(--brand-blue);box-shadow:0 0 0 4px #75aadb26;transform:translateY(-1px)}.search-input:where(.astro-HH4PRUGG)::placeholder{color:var(--text-muted);transition:opacity .3s ease}.search-input:where(.astro-HH4PRUGG):focus::placeholder{opacity:.5}.tags-cloud:where(.astro-HH4PRUGG){display:flex;flex-wrap:wrap;gap:.6rem}.cat-btn:where(.astro-HH4PRUGG){border:1px solid var(--card-border);background:var(--page-bg);color:var(--text-muted);padding:.5rem 1rem;border-radius:25px;font-size:.7rem;font-weight:700;cursor:pointer;text-transform:capitalize;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.cat-btn:where(.astro-HH4PRUGG):before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--brand-blue),var(--brand-gold));opacity:0;transition:opacity .3s ease;z-index:-1}.cat-btn:where(.astro-HH4PRUGG):hover:before,.cat-btn:where(.astro-HH4PRUGG).active:before{opacity:1}.cat-btn:where(.astro-HH4PRUGG):hover,.cat-btn:where(.astro-HH4PRUGG).active{color:#fff;border-color:transparent;transform:translateY(-2px);box-shadow:0 4px 12px #75aadb4d}#no-results:where(.astro-HH4PRUGG){display:none;text-align:center;padding:3rem;color:var(--text-muted)}.popular-item:where(.astro-HH4PRUGG) a:where(.astro-HH4PRUGG){text-decoration:none;color:inherit;display:flex;gap:12px;align-items:center;margin-bottom:1rem}.mini-thumb:where(.astro-HH4PRUGG){width:55px;height:55px;border-radius:8px;object-fit:cover;flex-shrink:0}.mini-title:where(.astro-HH4PRUGG){font-size:.85rem;font-weight:700;transition:color .2s}.popular-item:where(.astro-HH4PRUGG) a:where(.astro-HH4PRUGG):hover .mini-title:where(.astro-HH4PRUGG){color:var(--brand-blue)}.pagination-area:where(.astro-HH4PRUGG){margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--card-border);display:flex;flex-direction:column;align-items:center;gap:1.5rem;position:relative;z-index:10}.pagination-wrapper:where(.astro-HH4PRUGG){display:flex;align-items:center;justify-content:center;gap:3rem;width:100%}.nav-btn:where(.astro-HH4PRUGG){display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:2px;color:var(--text-muted);transition:all .3s ease;border:none;background:none;cursor:pointer}.nav-btn:where(.astro-HH4PRUGG):hover{color:var(--brand-blue);transform:translate(-3px)}.nav-btn:where(.astro-HH4PRUGG).next:hover{transform:translate(3px)}.nav-btn:where(.astro-HH4PRUGG).disabled{opacity:.3;cursor:default;pointer-events:none}.page-counter:where(.astro-HH4PRUGG){font-family:Montserrat,sans-serif;font-size:1.2rem;color:var(--text-main);font-weight:400;letter-spacing:2px}.page-counter:where(.astro-HH4PRUGG) .current:where(.astro-HH4PRUGG){font-weight:800;color:var(--text-main)}.page-counter:where(.astro-HH4PRUGG) .slash:where(.astro-HH4PRUGG){color:var(--brand-gold);margin:0 8px;font-weight:300}.page-counter:where(.astro-HH4PRUGG) .total:where(.astro-HH4PRUGG){color:var(--text-muted);font-size:1rem}.ad-container-bottom:where(.astro-HH4PRUGG){width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:.5rem}@media (max-width: 600px){.pagination-wrapper:where(.astro-HH4PRUGG){gap:1.5rem}.nav-btn:where(.astro-HH4PRUGG){font-size:.65rem;letter-spacing:1px}.page-counter:where(.astro-HH4PRUGG){font-size:1rem}}
