@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Source+Sans+3:wght@300;400;500;600&display=swap');*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);font-family:'Source Sans 3',Georgia,sans-serif;color:var(--text);min-height:100vh;font-size:14px;line-height:1.5}.hdr{background:var(--text);position:relative}.hdr::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gl),transparent)}.hdr-in{margin:0 auto}.eyebrow{font-size:10px;letter-spacing:5px;color:var(--gl);text-transform:uppercase}h1{font-family:'Playfair Display',serif;font-weight:400;color:#F5F0E8}.h1em{font-style:italic;color:var(--gl)}.subhd{color:#9A9288;font-weight:300}.card-title{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:14px}.notice{background:var(--gbg);border:1px solid rgba(160,120,48,.3);border-left:3px solid var(--gold);border-radius:0 4px 4px 0;padding:12px 16px;font-size:12.5px;color:var(--mut);line-height:1.6}.notice strong{color:var(--text)}.gen-bar{position:sticky;bottom:0;background:rgba(247,245,240,.97);backdrop-filter:blur(8px);border-top:1px solid var(--border);padding:12px 24px;display:flex;align-items:center;gap:14px;justify-content:space-between}#status{position:fixed;top:20px;left:50%;transform:translateX(-50%);z-index:9999;padding:12px 20px;border-radius:6px;font-size:14px;font-weight:500;display:none;max-width:560px;width:calc(100% - 40px);text-align:center;box-shadow:0 4px 16px rgba(0,0,0,.25)}.s-err{background:#3D1A17;color:#F28B82;border:1px solid rgba(185,76,57,.6);font-size:14px}.notice-link{color:var(--gold)}.hdr-link:hover,.hdr-link:active,.hdr-link:focus,.hdr-link:link{text-decoration:none}