@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Manrope:wght@300;400;500;600;700;800&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap);:root{--white:#fff;--off-white:#f8f8f6;--ink:#0c0c0c;--ink-2:#2c2c2c;--ink-3:#6b6b6b;--ink-4:#ababab;--border:#e8e8e8;--border-mid:#d4d4d4;--accent:#c8102e;--accent-dark:#a00d24;--accent-pale:#fff0f2;--surface:#f4f4f2;--font-display:"Bebas Neue",Impact,sans-serif;--font-body:"Manrope",system-ui,sans-serif;--font-serif:"Libre Baskerville",Georgia,serif;--max-w:1200px;--radius:6px;--shadow:0 2px 24px #00000012;--shadow-lg:0 8px 48px #0000001f}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;background:#fff;background:var(--white);color:#0c0c0c;color:var(--ink);font-family:Manrope,system-ui,sans-serif;font-family:var(--font-body);font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer;font-family:inherit}img{display:block;max-width:100%}input,textarea{font-family:inherit;font-size:inherit}.eb-root{min-height:100vh}.eb-container{margin:0 auto;max-width:1200px;max-width:var(--max-w);padding:0 40px}.eb-nav{background:#fff;background:var(--white);border-bottom:1px solid #0000;left:0;position:fixed;right:0;top:0;transition:border-color .3s,box-shadow .3s;z-index:200}.eb-nav--solid{border-bottom-color:#e8e8e8;border-bottom-color:var(--border);box-shadow:0 1px 16px #0000000f}.eb-nav__inner{height:72px;justify-content:space-between;margin:0 auto;max-width:1200px;max-width:var(--max-w);padding:0 40px}.eb-nav__brand,.eb-nav__inner{align-items:center;display:flex}.eb-nav__logo{display:block;height:40px;width:auto}.eb-nav__logo-fallback{display:flex;flex-direction:column;line-height:1}.eb-nav__logo-name{color:#0c0c0c;color:var(--ink);font-family:Bebas Neue,Impact,sans-serif;font-family:var(--font-display);font-size:1.6rem;letter-spacing:.04em;line-height:1}.eb-nav__logo-tag{color:#c8102e;color:var(--accent);font-family:Manrope,system-ui,sans-serif;font-family:var(--font-body);font-size:.6rem;font-weight:600;letter-spacing:.2em;margin-top:2px;text-transform:uppercase}.eb-nav__links{align-items:center;display:flex;gap:2px}.eb-nav__links button{border-radius:6px;border-radius:var(--radius);color:#6b6b6b;color:var(--ink-3);font-size:.82rem;font-weight:600;letter-spacing:.06em;padding:8px 14px;text-transform:uppercase;transition:color .18s,background .18s}.eb-nav__links button:hover{background:#f8f8f6;background:var(--off-white);color:#0c0c0c;color:var(--ink)}.eb-nav__sep{background:#e8e8e8;background:var(--border);height:16px;margin:0 8px;width:1px}.eb-nav__admin-btn{color:#ababab!important;color:var(--ink-4)!important;font-size:.72rem!important}.eb-nav__admin-btn:hover{color:#6b6b6b!important;color:var(--ink-3)!important}.eb-nav__burger{border-radius:6px;border-radius:var(--radius);display:none;flex-direction:column;gap:5px;padding:8px;width:36px}.eb-nav__burger span{background:#0c0c0c;background:var(--ink);border-radius:2px;display:block;height:2px;transition:all .2s}.eb-cta{align-items:center;border:none;border-radius:6px;border-radius:var(--radius);cursor:pointer;display:inline-flex;font-family:Manrope,system-ui,sans-serif;font-family:var(--font-body);font-size:.875rem;font-weight:700;gap:10px;letter-spacing:.04em;padding:13px 28px;text-transform:uppercase;transition:all .2s}.eb-cta--primary{background:#0c0c0c;background:var(--ink);color:#fff;color:var(--white)}.eb-cta--primary:hover{background:#2c2c2c;background:var(--ink-2);box-shadow:0 2px 24px #00000012;box-shadow:var(--shadow);transform:translateY(-1px)}.eb-cta--red{background:#c8102e;background:var(--accent);color:#fff;color:var(--white)}.eb-cta--red:hover{background:#a00d24;background:var(--accent-dark);box-shadow:0 6px 20px #c8102e40;transform:translateY(-1px)}.eb-cta--ghost{background:#0000;border:2px solid #0c0c0c;border:2px solid var(--ink);color:#0c0c0c;color:var(--ink)}.eb-cta--ghost:hover{background:#0c0c0c;background:var(--ink);color:#fff;color:var(--white)}.eb-cta--outline{background:#0000;border:1.5px solid #c8102e;border:1.5px solid var(--accent);color:#c8102e;color:var(--accent)}.eb-cta--outline:hover{background:#fff0f2;background:var(--accent-pale)}.eb-cta--full{justify-content:center;width:100%}.eb-cta--sm{font-size:.78rem;padding:9px 18px}.eb-section{padding:96px 0}.eb-section__eyebrow{align-items:center;color:#c8102e;color:var(--accent);display:inline-flex;font-size:.7rem;font-weight:800;gap:10px;letter-spacing:.18em;margin-bottom:18px;text-transform:uppercase}.eb-section__eyebrow:before{background:#c8102e;background:var(--accent);content:"";display:block;height:2px;width:24px}.eb-section__title{color:#0c0c0c;color:var(--ink);font-family:Bebas Neue,Impact,sans-serif;font-family:var(--font-display);font-size:clamp(2.8rem,5vw,4.5rem);letter-spacing:.04em;line-height:.95;margin-bottom:20px}.eb-section__sub{color:#6b6b6b;color:var(--ink-3);font-size:1rem;line-height:1.7;max-width:560px}.eb-hero{align-items:stretch;background:#fff;background:var(--white);display:grid;grid-template-columns:1fr 1fr;min-height:100vh;overflow:hidden;padding-top:72px}.eb-hero__left{animation:rise .8s cubic-bezier(.16,1,.3,1) both;border-right:1px solid #e8e8e8;border-right:1px solid var(--border);justify-content:center;padding:80px 48px;text-align:center}.eb-hero__left,.eb-hero__left-inner{align-items:center;display:flex;flex-direction:column}.eb-hero__left-inner{max-width:480px;width:100%}@keyframes rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.eb-hero__eyebrow{align-items:center;color:#c8102e;color:var(--accent);display:inline-flex;font-size:.7rem;font-weight:800;gap:10px;justify-content:center;letter-spacing:.2em;margin-bottom:24px;text-transform:uppercase}.eb-hero__eyebrow-line{background:#c8102e;background:var(--accent);height:2px;width:32px}.eb-hero__headline{color:#0c0c0c;color:var(--ink);font-size:clamp(4rem,7vw,7.5rem);letter-spacing:.03em;margin-bottom:12px}.eb-hero__headline,.eb-hero__headline-sub{font-family:Bebas Neue,Impact,sans-serif;font-family:var(--font-display);line-height:.92}.eb-hero__headline-sub{color:#c8102e;color:var(--accent);font-size:clamp(2.5rem,4.5vw,4.8rem);letter-spacing:.06em;margin-bottom:32px}.eb-hero__rule{background:#0c0c0c;background:var(--ink);height:3px;margin:0 auto 28px;width:64px}.eb-hero__tagline{color:#6b6b6b;color:var(--ink-3);font-family:Libre Baskerville,Georgia,serif;font-family:var(--font-serif);font-size:1rem;font-style:italic;font-weight:400;line-height:1.8;margin-bottom:40px;max-width:420px;text-align:center}.eb-hero__edition-pill{align-items:center;border:1.5px solid #e8e8e8;border:1.5px solid var(--border);border-radius:3px;display:inline-flex;gap:14px;justify-content:center;margin-bottom:28px;padding:12px 18px}.eb-hero__edition-dot{animation:pulse 2s infinite;background:#c8102e;background:var(--accent);border-radius:50%;height:8px;width:8px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}.eb-hero__edition-label{color:#6b6b6b;color:var(--ink-3);font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.eb-hero__edition-name{color:#0c0c0c;color:var(--ink);font-size:.95rem;font-weight:800}.eb-hero__actions{flex-wrap:wrap;gap:14px;margin-bottom:56px}.eb-hero__actions,.eb-hero__stats{display:flex;justify-content:center}.eb-hero__stats{border-top:1px solid #e8e8e8;border-top:1px solid var(--border);gap:0;padding-top:40px;width:100%}.eb-hero__stat{border-right:1px solid #e8e8e8;border-right:1px solid var(--border);flex:1 1;margin-right:32px;padding-right:32px}.eb-hero__stat:last-child{border-right:none;margin-right:0;padding-right:0}.eb-hero__stat-value{color:#0c0c0c;color:var(--ink);font-family:Bebas Neue,Impact,sans-serif;font-family:var(--font-display);font-size:2.4rem;letter-spacing:.04em;line-height:1}.eb-hero__stat-label{color:#ababab;color:var(--ink-4);font-size:.72rem;font-weight:600;letter-spacing:.08em;margin-top:5px;text-transform:uppercase}.eb-hero__right{align-items:center;animation:rise .8s cubic-bezier(.16,1,.3,1) .15s both;background:#f4f4f2;background:var(--surface);display:flex;justify-content:center;padding:80px 40px;position:relative}.eb-hero__right-bg{background:repeating-linear-gradient(90deg,#0000,#0000 39px,#e8e8e8 0,#e8e8e8 40px),repeating-linear-gradient(0deg,#0000,#0000 39px,#e8e8e8 0,#e8e8e8 40px);background:repeating-linear-gradient(90deg,#0000,#0000 39px,var(--border) 39px,var(--border) 40px),repeating-linear-gradient(0deg,#0000,#0000 39px,var(--border) 39px,var(--border) 40px);inset:0;opacity:.4;position:absolute}.eb-hero__mag-wrap{position:relative;z-index:1}.eb-hero__mag-shadow{background:#00000026;border-radius:6px;border-radius:var(--radius);bottom:-20px;filter:blur(20px);left:20px;position:absolute;right:-12px;top:12px}.eb-hero__mag-frame{animation:mag-rise 1s cubic-bezier(.16,1,.3,1) .3s both;border-radius:3px;box-shadow:6px 12px 48px #0003,inset 0 0 0 1px #0000000f;overflow:hidden;position:relative;width:300px;z-index:1}@keyframes mag-rise{0%{opacity:0;transform:translateY(32px) rotate(-2deg)}to{opacity:1;transform:translateY(0) rotate(0deg)}}.eb-hero__mag-placeholder{background:linear-gradient(160deg,#0c1929,#1a2d4a);color:#fff;display:flex;flex-direction:column;min-height:400px;padding:28px 24px 24px;width:300px}.eb-ph__header{align-items:center;border-bottom:1px solid #ffffff1f;display:flex;flex-direction:column;gap:6px;margin-bottom:16px;padding-bottom:16px;text-align:center}.eb-ph__logo{font-size:1.6rem}.eb-ph__name{font-family:Bebas Neue,Impact,sans-serif;font-family:var(--font-display);font-size:1.1rem;letter-spacing:.14em}.eb-ph__tag{font-size:.55rem;letter-spacing:.12em;opacity:.5;text-transform:uppercase}.eb-ph__body{display:flex;flex:1 1;flex-direction:column;gap:10px}.eb-ph__line{background:#ffffff1a;border-radius:2px;height:8px}.eb-ph__line--lg{background:#ffffff2e;height:14px;width:80%}.eb-ph__line--sm{width:55%}.eb-ph__block{background:#ffffff0f;border-radius:2px;height:90px;margin:6px 0}.eb-ph__footer{border-top:1px solid #ffffff14;font-size:.62rem;letter-spacing:.1em;opacity:.4;padding-top:12px;text-align:center}.eb-hero__new-badge{background:#c8102e;background:var(--accent);border-radius:2px;box-shadow:0 4px 12px #c8102e59;color:#fff;font-size:.62rem;font-weight:800;letter-spacing:.14em;padding:6px 14px;position:absolute;right:-14px;text-transform:uppercase;top:-14px;z-index:2}.eb-ticker{background:#0c0c0c;background:var(--ink);border-top:3px solid #c8102e;border-top:3px solid var(--accent);color:#fff;color:var(--white);overflow:hidden;padding:12px 0;white-space:nowrap}.eb-ticker__track{animation:ticker 30s linear infinite;display:inline-flex}.eb-ticker__track:hover{animation-play-state:paused}@keyframes ticker{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.eb-ticker__item{align-items:center;display:inline-flex;font-size:.78rem;font-weight:600;gap:16px;letter-spacing:.06em;padding:0 32px;text-transform:uppercase}.eb-ticker__dot{background:#c8102e;background:var(--accent);border-radius:50%;flex-shrink:0;height:4px;width:4px}.eb-about{background:#fff;background:var(--white)}.eb-about__layout{grid-gap:80px;align-items:start;display:grid;gap:80px;grid-template-columns:1fr 1fr}.eb-about__lead{border-left:3px solid #c8102e;border-left:3px solid var(--accent);color:#2c2c2c;color:var(--ink-2);font-family:Libre Baskerville,Georgia,serif;font-family:var(--font-serif);font-size:1.2rem;font-style:italic;line-height:1.85;margin-bottom:24px;padding-left:20px}.eb-about__body{color:#6b6b6b;color:var(--ink-3);font-size:.975rem;line-height:1.85;margin-bottom:16px}.eb-about__pillars{border-top:1px solid #e8e8e8;border-top:1px solid var(--border);display:flex;flex-direction:column;margin-top:40px}.eb-about__pillar{align-items:flex-start;border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--border);display:flex;gap:20px;padding:20px 0}.eb-about__pillar-num{color:#e8e8e8;color:var(--border);flex-shrink:0;font-family:Bebas Neue,Impact,sans-serif;font-family:var(--font-display);font-size:2rem;line-height:1;min-width:40px}.eb-about__pillar-title{color:#0c0c0c;color:var(--ink);font-size:.9rem;font-weight:800;letter-spacing:.02em;margin-bottom:4px}.eb-about__pillar-desc{color:#6b6b6b;color:var(--ink-3);font-size:.85rem;line-height:1.6}.eb-timeline{display:flex;flex-direction:column}.eb-timeline__item{grid-gap:0 24px;display:grid;gap:0 24px;grid-template-columns:56px 1px 1fr;padding-bottom:36px}.eb-timeline__item:last-child{padding-bottom:0}.eb-timeline__year{color:#ababab;color:var(--ink-4);font-family:Bebas Neue,Impact,sans-serif;font-family:var(--font-display);font-size:1.1rem;letter-spacing:.04em;padding-top:3px;text-align:right;transition:color .2s}.eb-timeline__item:hover .eb-timeline__year{color:#c8102e;color:var(--accent)}.eb-timeline__spine{position:relative}.eb-timeline__spine:before{background:#e8e8e8;background:var(--border);bottom:-36px;content:"";left:50%;position:absolute;top:8px;transform:translateX(-50%);width:1px}.eb-timeline__item:last-child .eb-timeline__spine:before{display:none}.eb-timeline__node{background:#fff;background:var(--white);border:2px solid #e8e8e8;border:2px solid var(--border);border-radius:50%;height:10px;left:50%;position:absolute;top:5px;transform:translateX(-50%);transition:border-color .2s,background .2s;width:10px;z-index:1}.eb-timeline__item:hover .eb-timeline__node{background:#c8102e;background:var(--accent);border-color:#c8102e;border-color:var(--accent)}.eb-timeline__text{color:#2c2c2c;color:var(--ink-2);font-size:.9rem;line-height:1.6;padding-top:2px}.eb-archive{background:#f8f8f6;background:var(--off-white);border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--border);border-top:1px solid #e8e8e8;border-top:1px solid var(--border)}.eb-archive__grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(3,1fr)}.eb-archive__card{background:#fff;background:var(--white);border:1px solid #e8e8e8;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius);cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:transform .25s,box-shadow .25s,border-color .25s}.eb-archive__card:hover{border-color:#0c0c0c;border-color:var(--ink);box-shadow:0 8px 48px #0000001f;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.eb-archive__card--featured{flex-direction:column;grid-column:unset;max-height:none}.eb-archive__cover{aspect-ratio:3/4;background:#0c1929;flex-shrink:0;overflow:hidden;position:relative;width:100%}.eb-archive__cover img{display:block;height:100%;object-fit:cover;object-position:top;width:100%}.eb-archive__placeholder{background:linear-gradient(160deg,#0c1929,#1a2d4a);height:100%;position:relative;width:100%}.eb-archive__ph-content{align-items:center;color:#fff;display:flex;flex-direction:column;gap:8px;inset:0;justify-content:center;padding:16px;position:absolute;text-align:center}.eb-archive__ph-logo{font-size:1.4rem}.eb-archive__ph-name{font-family:Bebas Neue,Impact,sans-serif;font-family:var(--font-display);font-size:.75rem;letter-spacing:.14em}.eb-archive__ph-ed{font-size:.6rem;letter-spacing:.1em;opacity:.5}.eb-archive__badge{background:#c8102e;background:var(--accent);border-radius:2px;color:#fff;font-size:.58rem;font-weight:800;left:10px;letter-spacing:.12em;padding:4px 9px;position:absolute;text-transform:uppercase;top:10px}.eb-archive__info{align-items:center;border-top:1px solid #e8e8e8;border-top:1px solid var(--border);display:flex;justify-content:space-between;padding:16px 20px}.eb-archive__edition{color:#0c0c0c;color:var(--ink);font-size:.88rem;font-weight:800}.eb-archive__read{color:#c8102e;color:var(--accent);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;transition:letter-spacing .2s;white-space:nowrap}.eb-archive__read:hover{letter-spacing:.14em}.eb-news{background:#fff;background:var(--white)}.eb-news__grid{border:1px solid #e8e8e8;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius);display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}.eb-news__article{border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--border);border-right:1px solid #e8e8e8;border-right:1px solid var(--border);display:flex;flex-direction:column;padding:32px 28px;transition:background .18s}.eb-news__article:nth-child(3n){border-right:none}.eb-news__article:nth-last-child(-n+3){border-bottom:none}.eb-news__article:hover{background:#f8f8f6;background:var(--off-white)}.eb-news__article--lead{background:#0c0c0c;background:var(--ink);border-color:#0c0c0c;border-color:var(--ink);grid-column:span 2}.eb-news__article--lead:hover{background:#2c2c2c;background:var(--ink-2)}.eb-news__article--lead .eb-news__category{background:#c8102e26;color:#c8102e;color:var(--accent)}.eb-news__article--lead .eb-news__date{color:#ffffff59}.eb-news__article--lead .eb-news__title{color:#fff;color:var(--white);font-size:1.4rem}.eb-news__article--lead .eb-news__excerpt{color:#ffffff8c}.eb-news__article--lead .eb-news__read{color:#c8102e;color:var(--accent)}.eb-news__meta{align-items:center;display:flex;gap:12px;margin-bottom:14px}.eb-news__category{background:#fff0f2;background:var(--accent-pale);border-radius:2px;color:#c8102e;color:var(--accent);font-size:.62rem;font-weight:800;letter-spacing:.14em;padding:3px 9px;text-transform:uppercase}.eb-news__date{color:#ababab;color:var(--ink-4);font-size:.78rem}.eb-news__title{color:#0c0c0c;color:var(--ink);font-size:1rem;font-weight:800;line-height:1.4;margin-bottom:10px}.eb-news__excerpt{color:#6b6b6b;color:var(--ink-3);flex:1 1;font-size:.875rem;line-height:1.75;margin-bottom:20px}.eb-news__read{align-self:flex-start;color:#6b6b6b;color:var(--ink-3);font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;transition:color .18s,letter-spacing .2s}.eb-news__read:hover{color:#c8102e;color:var(--accent);letter-spacing:.14em}.eb-contact{background:#f8f8f6;background:var(--off-white);border-top:1px solid #e8e8e8;border-top:1px solid var(--border)}.eb-contact__layout{grid-gap:80px;align-items:start;display:grid;gap:80px;grid-template-columns:.75fr 1.25fr}.eb-contact__intro{color:#6b6b6b;color:var(--ink-3);font-family:Libre Baskerville,Georgia,serif;font-family:var(--font-serif);font-size:1rem;font-style:italic;line-height:1.8;margin-bottom:36px}.eb-contact__details{display:flex;flex-direction:column}.eb-contact__row{border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--border);display:flex;gap:16px;padding:16px 0}.eb-contact__row:first-child{border-top:1px solid #e8e8e8;border-top:1px solid var(--border)}.eb-contact__label{color:#ababab;color:var(--ink-4);font-size:.65rem;font-weight:800;letter-spacing:.14em;min-width:64px;padding-top:2px;text-transform:uppercase}.eb-contact__value{color:#0c0c0c;color:var(--ink);font-size:.92rem;font-weight:500}.eb-contact__form-wrap{background:#fff;background:var(--white);border:1px solid #e8e8e8;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius);box-shadow:0 2px 24px #00000012;box-shadow:var(--shadow);padding:44px}.eb-contact__sent{padding:48px 20px;text-align:center}.eb-contact__sent-icon{font-size:2.5rem;margin-bottom:16px}.eb-contact__sent h3{font-family:Bebas Neue,Impact,sans-serif;font-family:var(--font-display);font-size:2rem;letter-spacing:.04em;margin-bottom:8px}.eb-contact__sent p{color:#6b6b6b;color:var(--ink-3);font-family:Libre Baskerville,Georgia,serif;font-family:var(--font-serif);font-style:italic}.eb-form{display:flex;flex-direction:column;gap:20px}.eb-form__row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.eb-form__field{display:flex;flex-direction:column;gap:8px}.eb-form__field label{color:#6b6b6b;color:var(--ink-3);font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.eb-form__field input,.eb-form__field textarea{background:#fff;background:var(--white);border:1.5px solid #e8e8e8;border:1.5px solid var(--border);border-radius:6px;border-radius:var(--radius);color:#0c0c0c;color:var(--ink);font-size:.95rem;padding:12px 16px;transition:border-color .2s,box-shadow .2s}.eb-form__field input:focus,.eb-form__field textarea:focus{border-color:#0c0c0c;border-color:var(--ink);box-shadow:0 0 0 3px #0c0c0c0f;outline:none}.eb-form__field input::placeholder,.eb-form__field textarea::placeholder{color:#ababab;color:var(--ink-4)}.eb-form__field textarea{min-height:120px;resize:vertical}.eb-pdf-overlay{align-items:center;animation:fade-in .2s both;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0c0c0ccc;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:9999}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.eb-pdf-modal{animation:modal-up .3s cubic-bezier(.16,1,.3,1) both;background:#fff;background:var(--white);border-radius:6px;border-radius:var(--radius);box-shadow:0 32px 80px #0006;display:flex;flex-direction:column;height:90vh;max-width:1040px;overflow:hidden;width:100%}@keyframes modal-up{0%{opacity:0;transform:scale(.96) translateY(16px)}to{opacity:1;transform:scale(1) translateY(0)}}.eb-pdf-header{align-items:center;background:#f8f8f6;background:var(--off-white);border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:14px 20px}.eb-pdf-header span{color:#2c2c2c;color:var(--ink-2);font-size:.85rem;font-weight:700;letter-spacing:.04em}.eb-pdf-close{border:1px solid #e8e8e8;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius);color:#6b6b6b;color:var(--ink-3);font-size:.78rem;font-weight:700;letter-spacing:.08em;padding:7px 16px;text-transform:uppercase;transition:all .18s}.eb-pdf-close:hover{background:#0c0c0c;background:var(--ink);border-color:#0c0c0c;border-color:var(--ink);color:#fff;color:var(--white)}.eb-pdf-body{flex:1 1;overflow:hidden}.eb-pdf-frame{border:none;height:100%;width:100%}.eb-pdf-unavailable{align-items:center;color:#6b6b6b;color:var(--ink-3);display:flex;flex-direction:column;height:100%;justify-content:center;padding:40px;text-align:center}.eb-pdf-unavailable h3{color:#0c0c0c;color:var(--ink);font-family:Bebas Neue,Impact,sans-serif;font-family:var(--font-display);font-size:2rem;letter-spacing:.04em;margin-bottom:10px}.eb-footer{background:#0c0c0c;background:var(--ink);color:#ffffff80}.eb-footer__top{grid-gap:56px;border-bottom:1px solid #ffffff14;display:grid;gap:56px;grid-template-columns:1.4fr 1fr 1fr;padding:72px 0 56px}.eb-footer__logo{color:#fff;color:var(--white);font-family:Bebas Neue,Impact,sans-serif;font-family:var(--font-display);font-size:1.8rem;letter-spacing:.06em;margin-bottom:6px}.eb-footer__est{color:#c8102e;color:var(--accent);font-size:.62rem;font-weight:700;letter-spacing:.2em;margin-bottom:16px;text-transform:uppercase}.eb-footer__brand p{font-size:.875rem;line-height:1.75;max-width:300px}.eb-footer__nav h4{color:#ffffff40;font-size:.62rem;font-weight:800;letter-spacing:.18em;margin-bottom:20px;text-transform:uppercase}.eb-footer__nav button,.eb-footer__nav span{color:#ffffff80;display:block;font-family:Manrope,system-ui,sans-serif;font-family:var(--font-body);font-size:.875rem;margin-bottom:12px;text-align:left;transition:color .18s}.eb-footer__nav button:hover{color:#fff;color:var(--white)}.eb-footer__bottom{color:#fff3;display:flex;font-size:.72rem;justify-content:space-between;letter-spacing:.04em;padding:20px 0}.eb-loading{align-items:center;background:#fff;background:var(--white);display:flex;flex-direction:column;gap:20px;justify-content:center;min-height:100vh}.eb-loading__logo{color:#0c0c0c;color:var(--ink);font-family:Bebas Neue,Impact,sans-serif;font-family:var(--font-display);font-size:2.5rem;letter-spacing:.06em}.eb-loading__dots{display:flex;gap:8px}.eb-loading__dots span{animation:dot-bounce 1.2s ease-in-out infinite;background:#c8102e;background:var(--accent);border-radius:50%;height:8px;width:8px}.eb-loading__dots span:nth-child(2){animation-delay:.15s}.eb-loading__dots span:nth-child(3){animation-delay:.3s}@keyframes dot-bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}}.eb-admin-gate{align-items:center;background:#f8f8f6;background:var(--off-white);display:flex;justify-content:center;min-height:100vh;padding:40px}.eb-admin-gate__box{background:#fff;background:var(--white);border:1px solid #e8e8e8;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius);box-shadow:0 2px 24px #00000012;box-shadow:var(--shadow);max-width:440px;padding:56px;text-align:center;width:100%}.eb-admin-gate__logo{color:#c8102e;color:var(--accent);font-size:1.4rem;letter-spacing:.06em;margin-bottom:20px}.eb-admin-gate__box h2,.eb-admin-gate__logo{font-family:Bebas Neue,Impact,sans-serif;font-family:var(--font-display)}.eb-admin-gate__box h2{font-size:2rem;letter-spacing:.04em;margin-bottom:12px}.eb-admin-gate__box p{color:#6b6b6b;color:var(--ink-3);font-size:.95rem;line-height:1.7}.eb-admin-gate__note{color:#ababab;color:var(--ink-4);font-size:.78rem;margin-top:20px}.eb-admin-gate__note code{background:#f8f8f6;background:var(--off-white);border-radius:3px;font-size:.76rem;padding:2px 7px}.eb-hero__mag-img{display:block;width:100%}@media (max-width:1024px){.eb-hero{grid-template-columns:1fr;min-height:auto}.eb-hero__left{border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--border);border-right:none;padding:80px 32px 48px}.eb-hero__right{padding:56px 32px}.eb-about__layout{gap:56px;grid-template-columns:1fr}.eb-archive__grid{grid-template-columns:repeat(3,1fr)}.eb-archive__card--featured{grid-column:unset}.eb-contact__layout{gap:40px;grid-template-columns:1fr}.eb-footer__top{grid-template-columns:1fr 1fr}}@media (max-width:768px){.eb-container,.eb-nav__inner{padding:0 20px}.eb-nav__burger{display:flex}.eb-nav__links{align-items:flex-start;background:#fff;background:var(--white);border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--border);box-shadow:0 2px 24px #00000012;box-shadow:var(--shadow);display:none;flex-direction:column;gap:4px;left:0;padding:16px 20px;position:absolute;right:0;top:72px}.eb-nav__links.open{display:flex}.eb-nav__links button{padding:10px 14px;text-align:left;width:100%}.eb-nav__sep{display:none}.eb-section{padding:64px 0}.eb-hero__left{padding:72px 20px 48px}.eb-hero__stats{flex-wrap:wrap;gap:24px}.eb-hero__stat{border-right:none;margin-right:0;min-width:100px}.eb-archive__grid{grid-template-columns:repeat(2,1fr)}.eb-archive__card--featured{flex-direction:column;max-height:none}.eb-archive__card--featured .eb-archive__cover{height:auto;width:100%}.eb-news__grid{grid-template-columns:1fr}.eb-news__article--lead{grid-column:span 1}.eb-news__article{border-right:none}.eb-footer__top,.eb-form__row{grid-template-columns:1fr}.eb-footer__top{gap:36px;padding:48px 0 36px}.eb-footer__bottom{flex-direction:column;gap:8px}.eb-hero__mag-frame{width:220px}}
/*# sourceMappingURL=main.baba3618.css.map*/