@font-face{font-family:Rubik;src:url('/assets/fonts/Rubik-wght.ttf')}
@font-face{font-family:Alef;src:url('/assets/fonts/Alef-Bold.ttf');font-weight:700}
*{box-sizing:border-box}:root{--ink:#173946;--gold:#b88a2b;--muted:#6f8186;--line:#ded8ca}
body{margin:0;background:#f7f3e8;color:var(--ink);font-family:Rubik,Arial}
.alon-shell{width:min(1260px,calc(100% - 32px));margin:18px auto 60px}
.back{display:inline-block;margin-bottom:10px;color:#60757c;text-decoration:none;font-size:14px;font-weight:700}
.alon-head{display:grid;grid-template-columns:1fr 230px;gap:18px;align-items:center;padding:13px 22px;border:1px solid var(--line);border-radius:15px;background:linear-gradient(135deg,#fff,#f0f5ef)}
.alon-head span,.issue-heading small{color:var(--gold);font-size:12px;font-weight:800}
.alon-head h1{margin:3px 0;font:700 clamp(27px,3vw,36px)/1 Alef,Rubik}
.alon-head p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}
.issue-heading{padding:7px 16px;border-right:2px solid var(--gold)}
.issue-heading h2{margin:3px 0;font-size:19px}.issue-heading p{font-size:12px}
.page-layout{display:grid;grid-template-columns:280px minmax(0,1fr);grid-template-areas:"sidebar reader";gap:28px;direction:ltr;align-items:start}
.reader-column{grid-area:reader;width:min(100%,720px);min-width:0;justify-self:end;direction:rtl}
.promotions-sidebar{grid-area:sidebar;display:grid;gap:20px;align-content:start;position:sticky;top:22px;margin-top:18px;direction:rtl}
.promotion-slot{min-height:280px;padding:24px;display:flex;flex-direction:column;justify-content:flex-end;border:1px dashed #cbbf9e;border-radius:18px;background:linear-gradient(145deg,#fffdf8,#f2ecdd)}
.promotion-slot span{font-weight:800}.promotion-slot small{margin-top:6px;color:var(--muted)}
.promotion-slot.secondary-slot{min-height:170px;background:#f2f6f2}
.viewer-actions{display:flex;justify-content:flex-end;gap:8px;margin:12px 0}
.viewer-actions a{padding:9px 14px;border:1px solid #b9c8ca;border-radius:9px;background:#fff;color:var(--ink);text-decoration:none;font-size:14px;font-weight:800}
.viewer-actions .download{border-color:var(--ink);background:var(--ink);color:#fff}
.reader{width:100%;height:min(88vh,980px);margin-right:0;overflow:auto;border:1px solid #ded8ca;border-radius:14px;background:#f1eee7;box-shadow:0 14px 38px #17394618;scrollbar-color:#9aa8aa transparent}
.pdf-pages{min-height:100%;display:grid;justify-items:center;align-content:start;gap:14px;padding:12px}
.pdf-page{display:block;max-width:100%;height:auto!important;background:#fff;box-shadow:0 3px 13px #17394620}
.pdf-loading,.pdf-error{width:100%;min-height:400px;display:grid;place-items:center;padding:30px;background:#fff;color:var(--muted);text-align:center}
.archive{margin-top:38px}.archive h2{margin:0 0 16px;font:700 28px Alef}
.archive-grid{display:grid;grid-template-columns:repeat(auto-fill,190px);gap:18px;justify-content:start}
.issue-card{width:190px;overflow:hidden;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 8px 22px #17394612;transition:transform .2s,box-shadow .2s}
.issue-card:hover{transform:translateY(-3px);box-shadow:0 13px 28px #1739461a}
.issue-cover{display:block;padding:8px 8px 0;background:#eeeae0;color:var(--muted);text-decoration:none}
.issue-cover img,.issue-cover>span{width:100%;aspect-ratio:1/1.32;display:grid;place-items:center;object-fit:cover;object-position:top;border-radius:7px 7px 2px 2px;background:#fff;font-size:10px}
.issue-card-copy{min-height:62px;display:flex;align-items:center;gap:8px;padding:9px 10px}
.issue-card-copy>a:first-child{min-width:0;flex:1;display:grid;gap:3px;color:var(--ink);text-decoration:none}
.issue-card-copy strong,.issue-card-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.issue-card-copy strong{font:700 15px Alef,Rubik}.issue-card-copy small{color:var(--muted);font-size:9px;font-weight:650}
.issue-download{flex:0 0 31px;width:31px;height:31px;display:grid;place-items:center;border:1px solid #c4d1d2;border-radius:50%;color:var(--ink);background:#f7faf9}
.issue-download svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:980px){.page-layout{grid-template-columns:220px minmax(0,1fr);gap:18px}.promotion-slot{min-height:230px}}
@media(max-width:760px){.alon-head{grid-template-columns:1fr;padding:16px}.issue-heading{border-right:0;border-top:2px solid var(--gold)}.page-layout{display:block}.reader-column{width:100%}.promotions-sidebar{position:static;margin-top:34px;grid-template-columns:1fr 1fr}.promotion-slot,.promotion-slot.secondary-slot{min-height:150px}.reader{width:100%;height:82vh}.viewer-actions{justify-content:stretch}.viewer-actions a{flex:1;text-align:center}}
@media(max-width:520px){.archive-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.issue-card{width:100%}.promotions-sidebar{grid-template-columns:1fr}}
