@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap";:root{--color-primary:#b22222;--color-primary-dark:#8b0000;--color-black:#111;--color-dark:#1f1f1f;--color-gray-900:#2b2b2b;--color-gray-700:#5a5a5a;--color-gray-500:#8f8f8f;--color-gray-300:#d8d8d8;--color-gray-100:#f4f4f4;--color-white:#fff;--radius-base:2px;--radius-sm:2px;--radius-md:2px;--radius-lg:2px;--shadow-soft:0 20px 45px #11111114;--shadow-card:0 18px 40px #1111111f;--container-width:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--color-gray-100);min-height:100vh;color:var(--color-black);margin:0;font-family:Inter,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}img{max-width:100%;display:block}body{letter-spacing:-.01em;font-family:Inter,Segoe UI,Roboto,sans-serif;line-height:1.65}h1,h2,h3,p{margin:0}h1,h2,h3{letter-spacing:-.03em;font-family:Space Grotesk,Inter,sans-serif}h1{font-size:clamp(2.2rem,4vw,3.7rem);line-height:.95}h2{font-size:clamp(1.6rem,2.3vw,2.35rem);line-height:1.1}h3{font-size:1.2rem}p{color:var(--color-gray-700)}.app-shell{flex-direction:column;min-height:100vh;display:flex}.site-main{flex:1;padding:2.5rem 0 4rem}.container{width:min(var(--container-width), calc(100% - 2rem));margin:0 auto}.site-header,.site-footer{background:var(--color-black);color:var(--color-white)}.site-header{z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#111111f0;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0;box-shadow:0 8px 24px #00000029}.site-header-logo{width:55px}.brand-link{color:var(--color-white);align-items:center;gap:.75rem;font-weight:700;text-decoration:none;display:flex}.brand-mark{border-radius:var(--radius-base);background:var(--color-primary);width:2.4rem;height:2.4rem;color:var(--color-white);justify-content:center;align-items:center;display:inline-flex}.site-nav{align-items:center;gap:1rem;display:flex}.nav-link{color:var(--color-gray-300);border-radius:var(--radius-base);padding:.55rem .85rem;transition:color .2s,background .2s,transform .2s}.nav-link.active,.nav-link:hover{color:var(--color-white);background:#ffffff1a;transform:translateY(-1px)}.links-nav{align-items:center;gap:16px;display:flex}.link-item{color:var(--color-white);justify-content:center;align-items:center;font-size:22px;text-decoration:none;transition:color .2s,transform .2s;display:flex}.link-item:hover{color:var(--color-primary);transform:translateY(-2px)}.section{gap:1.5rem;display:grid}.section-tag{color:var(--color-primary);text-transform:uppercase;letter-spacing:.2em;font-size:.8rem;font-weight:700}.section-heading{gap:.35rem;display:grid}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.news-home-link{margin-top:1.5rem}.hero-card,.news-card,.contact-card,.article-content{background:var(--color-white);box-shadow:var(--shadow-soft);border-radius:var(--radius-base);padding:1.5rem}.hero-card{gap:1rem;display:grid}.hero-actions,.not-found-actions,.contact-actions,.news-detail-actions{flex-wrap:wrap;gap:1rem;display:flex}.btn{border-radius:var(--radius-base);letter-spacing:.01em;border:1px solid #0000;justify-content:center;align-items:center;padding:.9rem 1.3rem;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s;display:inline-flex}.btn:focus-visible{outline-offset:2px;outline:3px solid #b2222259}.btn-primary{background:linear-gradient(135deg, var(--color-primary) 0%, #d33b3b 100%);color:var(--color-white);box-shadow:0 12px 24px #b222223d}.btn-primary-logo{margin-right:12px;font-size:25px}.btn-secondary{color:var(--color-black);background:#ffffffeb;border-color:#11111114}.news-list{gap:1rem;display:grid}.news-meta{color:var(--color-primary);font-size:.9rem;font-weight:600}.text-link{color:var(--color-primary);font-weight:700}.site-footer{border-top:1px solid #ffffff14;padding:2rem}.footer-grid{width:min(var(--container-width), calc(100% - 2rem));grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin:0 auto;display:grid}.footer-box{justify-content:space-around;align-items:center;width:100%;display:flex}.footer-grid h3{margin-bottom:.5rem}.footer-brand{margin-bottom:.8rem}.footer-grid a{color:var(--color-gray-300)}.footer-grid a:hover{color:var(--color-white)}.footer-logo-box{justify-content:center;align-items:center;display:flex}.footer-logo{width:98px;height:98px}.scroll-top{z-index:120;border-radius:var(--radius-base);background:var(--color-primary);width:3rem;height:3rem;color:var(--color-white);box-shadow:var(--shadow-soft);cursor:pointer;opacity:0;pointer-events:none;border:0;transition:opacity .2s,transform .2s;position:fixed;bottom:1.25rem;right:1.25rem;transform:translateY(12px)}.scroll-top.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.scroll-top:hover{transform:translateY(-2px)}.scroll-top:focus-visible{outline-offset:2px;outline:3px solid #b2222259}.spinner{justify-content:center;padding:2rem 0;display:flex}.spinner-ring{border:4px solid var(--color-gray-300);border-top-color:var(--color-primary);border-radius:50%;width:2.5rem;height:2.5rem;animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.not-found-page{justify-content:center;align-items:center;min-height:60vh;display:flex}.not-found-card{text-align:center;background:linear-gradient(145deg, var(--color-black), var(--color-gray-100));border-radius:var(--radius-base);width:min(680px,100%);box-shadow:var(--shadow-soft);padding:2.5rem}.not-found-card h1{margin-bottom:.75rem}@media (width<=900px){.footer-grid{grid-template-columns:1fr}}@media (width<=700px){.site-header{flex-direction:column;gap:1rem}.site-nav{flex-wrap:wrap;justify-content:center}.pagination{flex-direction:column}}.btn:disabled{cursor:not-allowed;opacity:.55;box-shadow:none;transform:none}.site-footer{width:100%;color:var(--color-white);background:linear-gradient(135deg,#151515 0%,#0b0b0b 55%,#050505 100%);border-top:1px solid #ffffff14;margin-top:auto}.footer-grid{width:min(var(--container-width), calc(100% - 4rem));grid-template-columns:1.4fr .8fr 1fr;gap:5rem;margin:0 auto;padding:4rem 0 3.5rem;display:grid}.footer-brand-block{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.footer-brand-header{align-items:center;gap:1.25rem;display:flex}.footer-logo{object-fit:contain;width:85px;height:auto;transition:transform .25s,filter .25s}.footer-logo:hover{filter:drop-shadow(0 8px 14px #d9042940);transform:translateY(-3px)}.footer-brand-header h2{color:var(--color-white);letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:800}.footer-brand-subtitle{color:#9b9b9b;letter-spacing:.03em;margin:.25rem 0 0;font-size:.9rem;font-weight:500}.footer-brand-line{background:var(--color-primary);border-radius:999px;width:70px;height:3px;margin-top:.25rem}.footer-description{color:#b8b8b8;max-width:360px;margin:0;font-size:.95rem;line-height:1.7}.footer-location{color:#d0d0d0;align-items:center;gap:.6rem;font-size:.92rem;display:flex}.footer-location svg{color:var(--color-primary);flex-shrink:0;font-size:1rem}.footer-linktree{color:var(--color-white);border-radius:var(--radius-base);background:#ffffff0a;border:1px solid #ffffff26;justify-content:center;align-items:center;margin-top:.25rem;padding:.65rem 1rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.footer-linktree:hover{color:var(--color-white);background:var(--color-primary);border-color:var(--color-primary);transform:translateY(-2px)}.footer-section{flex-direction:column;align-items:flex-start;gap:.85rem;display:flex}.footer-section h3{color:var(--color-white);letter-spacing:.02em;margin:0 0 .8rem;padding-bottom:.65rem;font-size:1.05rem;font-weight:800;position:relative}.footer-section h3:after{content:"";background:var(--color-primary);border-radius:999px;width:32px;height:2px;position:absolute;bottom:0;left:0}.footer-social-link,.footer-contact-link{color:#b8b8b8;align-items:center;gap:.7rem;font-size:.95rem;text-decoration:none;transition:color .2s,transform .2s;display:flex}.footer-social-link svg,.footer-contact-link svg{color:#e5e5e5;flex-shrink:0;width:20px;height:20px;transition:color .2s,transform .2s}.footer-social-link:hover,.footer-contact-link:hover{color:var(--color-white);transform:translate(4px)}.footer-social-link:hover svg,.footer-contact-link:hover svg{color:var(--color-primary);transform:scale(1.1)}.footer-message{color:#8e8e8e;border-left:2px solid var(--color-primary);margin-top:1.25rem;padding-left:1rem;font-size:.9rem;line-height:1.5}.footer-message strong{color:var(--color-white);font-weight:700}.footer-bottom{width:min(var(--container-width), calc(100% - 4rem));border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:2rem;margin:0 auto;padding:1.4rem 0;display:flex}.footer-bottom p{color:#777;margin:0;font-size:.78rem;line-height:1.5}.footer-bottom p:last-child{text-align:right;text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.footer-linktree:focus-visible,.footer-social-link:focus-visible,.footer-contact-link:focus-visible{outline:2px solid var(--color-primary);outline-offset:4px;border-radius:4px}@media (width<=992px){.footer-grid{grid-template-columns:1.3fr 1fr;gap:3rem;padding:3.5rem 0}.footer-brand-block{grid-column:1/-1}.footer-description{max-width:500px}}@media (width<=700px){.footer-grid{width:min(100% - 2rem, var(--container-width));grid-template-columns:1fr;gap:2.5rem;padding:3rem 0 2.5rem}.footer-brand-block{grid-column:auto}.footer-brand-header{gap:1rem}.footer-logo{width:72px}.footer-brand-header h2{font-size:1.3rem}.footer-description{max-width:100%}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.6rem;width:calc(100% - 2rem);padding:1.25rem 0}.footer-bottom p:last-child{text-align:left}}@media (width<=480px){.footer-grid{padding-top:2.5rem}.footer-brand-header{align-items:center}.footer-logo{width:64px}.footer-brand-header h2{font-size:1.15rem}.footer-brand-subtitle{font-size:.8rem}.footer-social-link,.footer-contact-link{font-size:.9rem}.footer-contact-link span{overflow-wrap:anywhere}}
