*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--red: #c0392b;--red-dark: #96281b;--white: #ffffff;--gray-100: #f5f5f5;--gray-200: #e0e0e0;--gray-600: #666;--gray-900: #1a1a1a;--max-width: 1100px;--radius: 8px}body{font-family:Inter,sans-serif;color:var(--gray-900);background:var(--white);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.nav{background:var(--gray-900);color:var(--white);padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:64px;position:sticky;top:0;z-index:100}.nav__logo{font-weight:700;font-size:1.2rem;color:var(--red);letter-spacing:.5px}.nav__links{display:flex;gap:1.5rem}.nav__links a{color:var(--gray-200);font-size:.95rem;transition:color .2s}.nav__links a:hover,.nav__links a.router-link-active{color:var(--white)}.hero{background:var(--gray-900);color:var(--white);text-align:center;padding:5rem 1.5rem}.hero h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin-bottom:1rem}.hero h1 span{color:var(--red)}.hero p{font-size:1.1rem;color:var(--gray-200);max-width:520px;margin:0 auto 2rem}.btn{display:inline-block;background:var(--red);color:var(--white);padding:.75rem 2rem;border-radius:var(--radius);font-weight:600;transition:background .2s;cursor:pointer;border:none;font-size:1rem}.btn:hover{background:var(--red-dark)}.section{padding:4rem 0}.section__title{font-size:1.75rem;font-weight:700;margin-bottom:2rem}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.card{border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s}.card:hover{box-shadow:0 4px 20px #0000001a}.card__img{width:100%;height:200px;object-fit:cover;background:var(--gray-100)}.card__body{padding:1.25rem}.card__date{font-size:.8rem;color:var(--gray-600);margin-bottom:.5rem}.card__title{font-weight:700;font-size:1.05rem;margin-bottom:.5rem}.card__excerpt{font-size:.9rem;color:var(--gray-600)}.article{max-width:720px;margin:0 auto;padding:3rem 1.5rem}.article__title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.article__meta{font-size:.85rem;color:var(--gray-600);margin-bottom:2rem}.article__content{line-height:1.8}.article__content p{margin-bottom:1rem}.article__content h2{font-size:1.4rem;margin:2rem 0 .75rem}.article__content img{border-radius:var(--radius);margin:1.5rem 0}.gallery{columns:2;gap:1rem}@media (min-width: 640px){.gallery{columns:3}}@media (min-width: 960px){.gallery{columns:4}}.gallery__item{break-inside:avoid;margin-bottom:1rem;border-radius:var(--radius);overflow:hidden;cursor:pointer}.gallery__item img,.gallery__item video{width:100%;display:block;transition:opacity .2s}.gallery__item:hover img,.gallery__item:hover video{opacity:.85}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;display:flex;align-items:center;justify-content:center;z-index:1000}.lightbox__close{position:absolute;top:1rem;right:1.5rem;color:#fff;font-size:2rem;cursor:pointer;background:none;border:none}.lightbox img,.lightbox video{max-width:90vw;max-height:90vh;border-radius:var(--radius)}.footer{background:var(--gray-900);color:var(--gray-600);text-align:center;padding:2rem;font-size:.85rem}.loading,.empty{text-align:center;color:var(--gray-600);padding:3rem}
