@import"https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&family=Roboto:wght@400;700&display=swap";.red-box{background:#d32f2f;color:#fff;padding:1.5rem 2rem;border-radius:12px;box-shadow:0 2px 8px #0000002e;margin:0 auto 1.5rem;font-weight:700;font-size:1.5rem;text-align:center;max-width:90vw}.custom-box{background:#111;color:#fff;padding:2rem;border-radius:18px;box-shadow:0 4px 24px #0000002e;margin:20px auto;max-width:90vw;width:100%;text-align:center}body{background-image:url(/ADEFCbackground.jpg)!important;background-size:cover!important;background-position:center!important}.main-header{display:flex;align-items:center;justify-content:space-between;background:#d32f2f;padding:0 2rem;height:80px;box-shadow:0 2px 8px #00000014}.header-logo img{height:60px}.header-nav{display:flex;gap:2rem}.header-link{color:#fff;text-decoration:none;font-size:1.2rem;font-weight:600;letter-spacing:1px;transition:color .2s}.header-link:hover{color:#ffe082}:root{--body-font: "Merriweather", Georgia, "Times New Roman", serif;--heading-font: "Roboto", Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--body-size: 21px;--heading-size: 28px;--muted: #ccc;--bg: #0b0b0b;--text-on-dark: #fff}html,body,*{box-sizing:border-box}body,html{color:var(--text-on-dark);margin:0;font-family:var(--body-font);font-size:var(--body-size);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5{font-family:var(--heading-font);color:var(--text-on-dark);margin-top:0}h1{font-size:calc(var(--heading-size) * 1.2)}h2{font-size:calc(var(--heading-size) * 1)}h3{font-size:calc(var(--heading-size) * .85)}.dark-card,.dark-section{background:#0b0b0b;color:var(--text-on-dark)}.btn{font-family:var(--body-font);font-size:1rem;padding:.5rem .9rem;border-radius:6px;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.btn-group{display:inline-flex;gap:.5rem}@media (max-width: 760px){:root{--body-size: 18px;--heading-size: 22px}body{font-size:var(--body-size)}}
