:root{--primary:#7b469c;--bg:#f7f7fb;--text:#1f2937;--muted:#6b7280;--card:#fff;--border:#e5e7eb;--footer-bg:#f1f1f3}
*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:var(--bg)}
.hb-header{background:var(--primary);color:#fff;padding:.6rem .9rem;position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.08)}
.hb-logo-wrap{display:flex;align-items:center;gap:.6rem}.hb-logo{width:34px;height:34px;border-radius:8px;overflow:hidden;background:#fff;display:grid;place-items:center}.hb-logo img{width:100%;height:100%;object-fit:cover}
.hb-brand{display:flex;flex-direction:column;line-height:1}.hb-brand .title{font-family:'Cunia',system-ui,sans-serif;font-weight:800;letter-spacing:.5px;font-size:1rem}.hb-brand .subtitle{font-size:.7rem;opacity:.9}
.hb-burger{appearance:none;border:none;background:rgba(255,255,255,.15);color:#fff;padding:.5rem .6rem;border-radius:.5rem;font-size:1.1rem;line-height:1;cursor:pointer}
.hb-menu{position:absolute;right:.8rem;top:56px;background:#fff;color:var(--text);border:1px solid var(--border);border-radius:.6rem;min-width:190px;box-shadow:0 8px 24px rgba(0,0,0,.12);display:none}
.hb-menu.open{display:block}.hb-menu a{display:block;padding:.65rem .9rem;text-decoration:none;color:var(--text)}.hb-menu a:hover{background:#faf7fd;color:#4b5563}.hb-menu .divider{height:1px;background:var(--border);margin:.25rem 0}
.hb-container{width:100%;max-width:980px;margin:0 auto;padding:0 16px}
.hero{padding:1rem 0 0}.hero .hero-title{margin:.6rem 0 0;font-family:'Cunia',system-ui,sans-serif;text-align:center;font-size:clamp(1.6rem,1.4rem + 1.6vw,2.2rem);letter-spacing:.6px}.hero .hero-sub{margin:.35rem 0 1rem;text-align:center;font-size:.95rem;letter-spacing:.18em;text-transform:uppercase;color:#f0e7f8;opacity:.95}
.hb-footer-bar{position:fixed;left:0;right:0;bottom:0;background:var(--footer-bg);border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-around;padding:.45rem .5rem;z-index:60}
.hb-footer-bar a{display:flex;flex-direction:column;align-items:center;gap:.25rem;text-decoration:none;color:var(--text);font-size:.75rem}
.hb-icon{width:26px;height:26px;display:inline-block}.hb-icon svg{width:100%;height:100%;fill:var(--primary)}
main,.hb-container{padding-bottom:70px}
.hb-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1rem;box-shadow:0 4px 12px rgba(17,24,39,.06);margin:1rem 0}
