/* JobPress — Tailwind-style utility bundle (competitor ActiveViewPress clone) */
*,*::before,*::after{box-sizing:border-box}
html{line-height:1.5;-webkit-text-size-adjust:100%}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
img,svg{display:block;max-width:100%}
a{color:inherit;text-decoration:underline}
[x-cloak]{display:none!important}
.pt-\[72px\]{padding-top:72px}
.pb-16{padding-bottom:4rem}
.bg-white{background:#fff}.bg-gray{background:#f3f4f6}.bg-gray-2{background:#e5e7eb}.bg-gray-100{background:#f3f4f6}
.bg-dark{background:#1f2937}.bg-primary{background:#0ea5e9}.bg-green-700{background:#15803d}.bg-green-800{background:#166534}
.text-white{color:#fff}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-gray-900{color:#111827}
.text-dark{color:#15171a}.text-primary{color:#0ea5e9}
.border{border-width:1px}.border-t{border-top-width:1px}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}
.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}
.shadow,.shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,.05)}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}
.flex{display:flex}.grid{display:grid}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}
.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-stretch{align-items:stretch}
.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}
.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.min-h-screen{min-height:100vh}
.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-y-2>*+*{margin-top:.5rem}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.w-full{width:100%}.w-auto{width:auto}.w-6{width:1.5rem}.w-11{width:2.75rem}.h-6{height:1.5rem}.h-11{height:2.75rem}.h-48{height:12rem}
.max-w-\[1170px\]{max-width:1170px}.max-w-\[700px\]{max-width:700px}.max-w-5xl{max-width:64rem}.mx-auto{margin-left:auto;margin-right:auto}
.p-4{padding:1rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.py-8{padding-top:2rem;padding-bottom:2rem}.pt-14{padding-top:3.5rem}.pt-16{padding-top:4rem}.pt-20{padding-top:5rem}.pt-24{padding-top:6rem}
.pb-16{padding-bottom:4rem}.mb-1{margin-bottom:.25rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}
.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}
.mr-3{margin-right:.75rem}.ml-auto{margin-left:auto}
.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}
.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}
.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}
.uppercase{text-transform:uppercase}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.leading-relaxed{line-height:1.625}
.text-center{text-align:center}.text-left{text-align:left}.text-justify{text-align:justify}
.antialiased{-webkit-font-smoothing:antialiased}
.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}
.top-0{top:0}.left-0{left:0}.top-full{top:100%}.top-4{top:1rem}.right-4{right:1rem}.z-10{z-index:10}.z-50{z-index:50}.z-\[99999\]{z-index:99999}
.transition{transition:.15s ease}.transition-all{transition:all .3s ease}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}
.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.hover\:bg-gray-2:hover{background:#e5e7eb}.hover\:bg-gray-200:hover{background:#e5e7eb}
.hover\:bg-green-800:hover{background:#166534}.hover\:text-dark:hover{color:#15171a}.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}
.hover\:opacity-90:hover{opacity:.9}.object-cover{object-fit:cover}.object-center{object-position:center}
.overflow-hidden{overflow:hidden}.outline-none{outline:none}.cursor-pointer{cursor:pointer}
.container,.site-container{width:100%;max-width:1170px;margin-inline:auto;padding-inline:1rem}
.entry-content p{margin-bottom:1rem;line-height:1.7}
.entry-content h2{font-size:1.5rem;font-weight:700;margin:1.5rem 0 1rem}
.entry-content ol,.entry-content ul{margin:1rem 0 1rem 1.25rem}
.entry-content ol li{margin-bottom:1rem}
.avpress-offer-block{border:1px solid #e5e7eb;border-radius:.375rem}
.h-\[190px\]{height:190px}
.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}
#av_top_wrapper{min-height:400px;margin:1rem 0}
@keyframes spin{to{transform:rotate(360deg)}}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}
@keyframes fade-out-quickly{0%{opacity:1}100%{opacity:0}}
.animate-fade-out-quickly{animation:fade-out-quickly .3s ease-out forwards}
#page.fixed{overflow:hidden;height:100vh}
.no-underline{text-decoration:none}
.text-inherit{color:inherit}
.tracking-wide{letter-spacing:.05em}
.rounded-xl{border-radius:.75rem}
.h-52{height:13rem}
.h-\[280px\]{height:280px}
.mb-14{margin-bottom:3.5rem}
.mb-1{margin-bottom:.25rem}
.mb-2{margin-bottom:.5rem}
.mb-3{margin-bottom:.75rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.pt-4{padding-top:1rem}
.shrink-0{flex-shrink:0}
.scroll-smooth{scroll-behavior:smooth}
.overflow-x-auto{overflow-x:auto}
.from-sky-100{--tw-gradient-from:#e0f2fe}.to-teal-100{--tw-gradient-to:#ccfbf1}
.from-gray-100{--tw-gradient-from:#f3f4f6}.to-gray-200{--tw-gradient-to:#e5e7eb}
.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-from),var(--tw-gradient-to))}
.group:hover .group-hover\:scale-\[1\.02\]{transform:scale(1.02)}
.group:hover .group-hover\:scale-\[1\.03\]{transform:scale(1.03)}
.group:hover .group-hover\:text-primary{color:#0ea5e9}
.home-page .home-hero a,.home-page .home-card a,.home-page .home-secondary a{text-decoration:none}
.category-carousel{display:flex;align-items:center;gap:.5rem}
.category-pills{flex:1;scrollbar-width:none;-ms-overflow-style:none}
.category-pills::-webkit-scrollbar{display:none}
.category-pill{white-space:nowrap;border:none;background:#f3f4f6;color:#15171a;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}
.category-pill:hover{background:#e5e7eb}
.category-pill.is-active{background:#15171a;color:#fff}
.carousel-btn{width:2rem;height:2rem;border-radius:9999px;border:1px solid #e5e7eb;background:#fff;color:#15171a;font-size:1.25rem;line-height:1;cursor:pointer;flex-shrink:0}
.carousel-btn:hover{background:#f3f4f6}
@media (min-width:768px){
  .md\:h-\[420px\]{height:420px}
  .md\:w-\[42\%\]{width:42%}
  .md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}
  .md\:pr-6{padding-right:1.5rem}
  .md\:mb-14{margin-bottom:3.5rem}
  .md\:text-3xl{font-size:1.875rem}
  .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}
  .md\:col-span-5{grid-column:span 5/span 5}
  .md\:col-span-7{grid-column:span 7/span 7}
  .md\:order-1{order:1}.md\:order-2{order:2}
  .md\:text-left{text-align:left}.md\:text-base{font-size:1rem}.md\:text-3xl{font-size:1.875rem}
  .md\:items-start{align-items:flex-start}
  .md\:items-stretch{align-items:stretch}
}
@media (min-width:640px){
  .sm\:px-8{padding-left:2rem;padding-right:2rem}
  .sm\:pt-16{padding-top:4rem}
  .sm\:my-8{margin-top:2rem;margin-bottom:2rem}
}
@media (min-width:1280px){
  .xl\:px-0{padding-left:0;padding-right:0}
}
@media (min-width:1024px){
  .lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:flex-row{flex-direction:row}
  .lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .lg\:justify-between{justify-content:space-between}.lg\:text-left{text-align:left}
  .lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:order-3{order:3}
  .lg\:w-auto{width:auto}.lg\:py-3{padding-top:.75rem;padding-bottom:.75rem}
  .lg\:pt-\[84px\]{padding-top:84px}
}
