:root {
    color-scheme: dark;
    --bg: #0F0E0C;
    --panel: rgba(15,14,12,.92);
    --panel-strong: rgba(15,14,12,.98);
    --text: #f8f9ff;
    --muted: #EDE8DE;
    --muted-2: #B6AE9F;
    --champagne: #E0C38A;
    --gold-mid: #E0C38A;
    --bronze: #E0C38A;
    --champagne-accent: #E0C38A;
    --gradient: linear-gradient(112deg, #E0C38A 0%, #E0C38A 30%, #E0C38A 66%, #E0C38A 100%);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
[hidden] { display: none !important; }
html { scrollbar-width: thin; scrollbar-color: #E0C38A #0F0E0C; }
html::-webkit-scrollbar { width: 9px; }
html::-webkit-scrollbar-track { background: #0F0E0C; }
html::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #E0C38A, #E0C38A, #E0C38A); border: 2px solid #0F0E0C; border-radius: 999px; }

body {
    position: relative; min-height: 100dvh; overflow-x: hidden;
    background: linear-gradient(180deg, #0F0E0C 0%, #0F0E0C 100%);
    font-family: "Noto Sans Hebrew", "Segoe UI", Arial, sans-serif; color: var(--text);
    padding: 42px 20px 92px;
}
.ambient-grid {
    position: fixed; inset: 0; z-index: 0; pointer-events: none;
    background-image: linear-gradient(rgba(200,169,107,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(200,169,107,.045) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), rgba(0,0,0,.28));
}
.color-orb { position: fixed; border-radius: 50%; filter: blur(88px); pointer-events: none; z-index: 0; will-change: transform, opacity; }
.orb-one { width: 470px; height: 470px; top: -190px; right: -120px; background: radial-gradient(circle, rgba(224,195,138,.90), rgba(224,195,138,.43) 46%, transparent 72%); opacity: .30; animation: pageOrbOne 15s ease-in-out infinite alternate; }
.orb-two { width: 500px; height: 500px; bottom: -250px; left: -130px; background: radial-gradient(circle, rgba(224,195,138,.84), rgba(224,195,138,.40) 46%, transparent 72%); opacity: .27; animation: pageOrbTwo 18s ease-in-out infinite alternate; }
.orb-three { width: 320px; height: 320px; top: 42%; left: 45%; background: radial-gradient(circle, rgba(224,195,138,.72), rgba(224,195,138,.28) 48%, transparent 73%); opacity: .14; animation: pageOrbThree 13s ease-in-out infinite alternate; }

.page-card, .error-card {
    position: relative; z-index: 2; max-width: 900px; margin: 0 auto; padding: 46px 50px;
    border: 1px solid rgba(200,169,107,.38); border-radius: 18px;
    background: linear-gradient(145deg, rgba(15,14,12,.955), rgba(15,14,12,.982));
    box-shadow: 0 42px 110px rgba(0,0,0,.62), 0 0 70px rgba(224,195,138,.07), inset 0 1px 0 rgba(255,255,255,.025);
    overflow: hidden;
}
.page-card::before, .error-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--gradient); box-shadow: 0 0 20px rgba(224,195,138,.22); }






h1 { font-size: 30px; font-weight: 600; letter-spacing: .25px; text-align: center; margin-bottom: 7px; background: linear-gradient(112deg, #ffffff 0%, #EDE8DE 42%, #E0C38A 72%, #E0C38A 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.page-updated { text-align: center; font-size: 12.5px; font-weight: 300; color: #B6AE9F; margin-bottom: 7px; }
.premium-divider { display: flex; align-items: center; justify-content: center; margin: 17px 0 31px; gap: 12px; opacity: .92; }
.premium-divider .line { height: 1px; width: 48px; background: linear-gradient(90deg, transparent, #E0C38A); }
.premium-divider .line.reverse { background: linear-gradient(90deg, #E0C38A, transparent); }
.premium-divider .diamond { width: 7px; height: 7px; background: #E0C38A; transform: rotate(45deg); box-shadow: 0 0 13px rgba(224,195,138,.85); }

h2 { font-size: 18px; font-weight: 600; color: #EDE8DE; margin: 31px 0 10px; letter-spacing: .2px; }
h2:first-of-type { margin-top: 0; }
h3 { font-size: 15px; font-weight: 500; color: #fff; margin: 18px 0 6px; }
p { font-size: 15px; font-weight: 300; line-height: 1.88; color: #EDE8DE; margin-bottom: 12px; }
ul { margin: 0 18px 14px 0; padding-right: 18px; }
li { font-size: 15px; font-weight: 300; line-height: 1.88; color: #EDE8DE; margin-bottom: 7px; }
strong { font-weight: 500; color: #fff; }
a { color: #E0C38A; text-decoration: underline; text-underline-offset: 3px; transition: color .22s ease; }
a:hover, a:focus-visible { color: #E0C38A; }

.page-table { width: 100%; border-collapse: collapse; margin: 10px 0 18px; font-size: 14px; }
.page-table th, .page-table td { border: 1px solid rgba(200,169,107,.28); padding: 11px 12px; text-align: right; font-weight: 300; color: #EDE8DE; line-height: 1.7; }
.page-table th { background: linear-gradient(90deg, rgba(224,195,138,.10), rgba(224,195,138,.10)); font-weight: 500; color: #f7f9ff; }
.page-note { border: 1px solid rgba(200,169,107,.34); border-radius: 12px; background: linear-gradient(110deg, rgba(224,195,138,.055), rgba(224,195,138,.065)); padding: 17px 19px; margin: 19px 0; box-shadow: inset 3px 0 0 rgba(224,195,138,.40); }
.page-note p:last-child { margin-bottom: 0; }
.page-back { display: flex; justify-content: center; margin-top: 40px; }






.error-page { display: grid; place-items: center; padding: 28px; }
.error-card { width: min(640px, 100%); text-align: center; padding: 50px 44px; }

.error-eyebrow { margin: 12px 0 8px; color: #B6AE9F; font-size: 10px; letter-spacing: 2.2px; direction: ltr; }
.error-code { font-size: clamp(72px, 15vw, 104px); font-weight: 700; line-height: 1; margin: 3px 0 10px; background: linear-gradient(112deg, #fff, #E0C38A 44%, #E0C38A 76%, #E0C38A); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.error-card h1 { font-size: 27px; }
.error-card p { max-width: 480px; margin: 0 auto 28px; color: #EDE8DE; }

@keyframes pageOrbOne { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(-62px,92px,0) scale(1.08); } }
@keyframes pageOrbTwo { from { transform: translate3d(0,0,0) scale(.98); } to { transform: translate3d(75px,-88px,0) scale(1.08); } }
@keyframes pageOrbThree { from { transform: translate3d(-28px,-18px,0) scale(.95); } to { transform: translate3d(58px,68px,0) scale(1.12); } }

@media (max-width: 640px) {
    body { padding: 24px 14px 90px; }
    .page-card, .error-card { padding: 32px 21px; border-radius: 14px; }
    
    
    h1 { font-size: 23px; }
    h2 { font-size: 16.5px; }
    p, li { font-size: 14.5px; }
    .page-table { font-size: 13px; }
    .page-table th, .page-table td { padding: 8px 9px; }
    
    .orb-one, .orb-two { width: 380px; height: 380px; }
    .orb-three { width: 260px; height: 260px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; }
    .color-orb { animation: none !important; }
}




.page-updated { color: #EDE8DE; font-size: 13px; }


.error-eyebrow { color: #EDE8DE; font-size: 12.5px; }
@media (max-width: 560px) {
    
    
}



@media (max-width:640px) {
  .page-card,
  .error-card {
    padding: 28px 18px !important;
  }
  
  
}
@media (max-width:420px) {
  
}



@media (max-width:640px) {
  body { padding-top: 30px !important; }
  .page-card,
  .error-card {
    padding: 32px 20px !important;
  }
  
  
}
@media (max-width:420px) {
  .page-card,
  .error-card {
    padding: 30px 18px !important;
  }
  
}

/* Canonical content-page branding and links. */
.page-brand { display:flex; align-items:center; justify-content:center; margin-bottom:20px; }
.page-brand-copy { display:none; }
.page-card a:not(.action-btn), .error-card a:not(.action-btn) { color:#D5B978; text-decoration:underline; text-underline-offset:3px; text-decoration-thickness:1px; transition:color .20s ease, text-decoration-color .20s ease; }
.page-card a:not(.action-btn):hover, .page-card a:not(.action-btn):focus-visible, .error-card a:not(.action-btn):hover, .error-card a:not(.action-btn):focus-visible { color:#E8D4AA; text-decoration-color:#C8A96B; }
.page-footer { position:relative; z-index:2; max-width:900px; min-height:56px; margin:27px auto 0; padding:8px 12px; border-top:1px solid rgba(148,140,124,.22); display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:9px; text-align:center; font-size:13.5px; font-weight:300; line-height:1.7; color:#B6AE9F; }
.page-footer a { color:#BEB6A8; text-decoration:none; min-height:40px; padding:9px 3px; display:inline-flex; align-items:center; white-space:nowrap; transition:color .20s ease; }
.page-footer a:hover, .page-footer a:focus-visible { color:#C8A96B; text-decoration:underline; text-underline-offset:3px; }
.page-footer > span[aria-hidden="true"] { color:#948C7C; user-select:none; }
@media (max-width:560px) { .page-footer { font-size:13px; gap:4px 9px; } }
@media (max-width:420px) { .page-footer > span[aria-hidden="true"] { display:none; } .page-footer { row-gap:2px; column-gap:11px; } }
