*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0}body{background:#ffffff;color:#111827;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:var(--color-primary,#1a73e8);text-decoration:none}a:hover{text-decoration:underline}img,picture{max-width:100%;display:block;height:auto}h1,h2,h3,h4{margin:0;line-height:1.25;color:#111827}.mx-auto{margin-left:auto;margin-right:auto}.max-w-6xl{max-width:72rem}.px-4{padding-left:1rem;padding-right:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.text-3xl{font-size:1.875rem}.text-2xl{font-size:1.5rem}.text-xl{font-size:1.25rem}.text-lg{font-size:1.125rem}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-gray-900{color:#111827}.text-gray-700{color:#374151}.text-gray-600{color:#4b5563}.text-gray-500{color:#6b7280}.text-gray-400{color:#9ca3af}.bg-gray-50{background:#f9fafb}.bg-white{background:#ffffff}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.min-h-screen{min-height:100vh}.text-center{text-align:center}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.border-b{border-bottom:1px solid #e5e7eb}.border-t{border-top:1px solid #e5e7eb}.rounded{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.card{border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;background:#ffffff;display:flex;flex-direction:column;transition:transform .15s ease,box-shadow .15s ease}.card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.06)}.card-image{aspect-ratio:16/9;background:#f3f4f6;object-fit:cover;width:100%}.card-body{padding:1rem;flex:1 1}.card-title{font-weight:600;margin-bottom:.5rem;color:#111827;font-size:1rem;line-height:1.4}.card-meta{font-size:.75rem;color:#6b7280}.feature{margin-bottom:2rem}.feature .card-image{aspect-ratio:16/7}.feature .card-title{font-size:1.5rem}.btn{display:inline-block;padding:.5rem 1rem;background:var(--color-primary,#1a73e8);color:white;border-radius:.375rem;border:none;cursor:pointer;font-size:.875rem}.btn:hover{opacity:.9;text-decoration:none}.site-header{border-bottom:1px solid #e5e7eb;background:#ffffff;position:-webkit-sticky;position:sticky;top:0;z-index:10}.site-header-inner{max-width:72rem;margin:0 auto;padding:1rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.site-logo{font-size:1.25rem;font-weight:600;color:#111827}.site-logo:hover{text-decoration:none}.site-nav{display:flex;gap:1.25rem}.site-nav a{color:#374151;font-size:.9rem}.site-nav a:hover{color:var(--color-primary,#1a73e8)}.site-footer{background:#f9fafb;border-top:1px solid #e5e7eb;padding:2rem 0;margin-top:4rem}.site-footer-inner{max-width:72rem;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:2rem;gap:2rem;color:#4b5563;font-size:.875rem}.site-footer h3{font-size:.875rem;font-weight:600;color:#111827;margin-bottom:.5rem}.site-footer a{color:#4b5563;display:block;padding:.15rem 0}.section-title{font-size:1.25rem;font-weight:600;margin:1.5rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid var(--color-primary,#1a73e8)}