:root{--gold:#d6a51f;--gold2:#f8d86d;--black:#050505;--panel:#171717;--panel2:#222;--border:#373737;--muted:#c8c8c8;--text:#fff}
*{box-sizing:border-box} body{margin:0;min-height:100vh;font-family:Arial,Helvetica,sans-serif;background:radial-gradient(circle at top left,rgba(214,165,31,.22),transparent 34rem),linear-gradient(180deg,#050505,#111);color:var(--text)}
a{color:inherit}.public-shell{min-height:100vh;display:flex;flex-direction:column}.public-shell.narrow{max-width:960px;margin:0 auto;width:100%}.public-hero{padding:32px 24px;border-bottom:5px solid var(--gold);background:rgba(0,0,0,.78);display:flex;align-items:center;justify-content:space-between;gap:20px}.brand-row{display:flex;align-items:center;gap:18px}.bs-mark{width:78px;height:78px;border-radius:24px;background:linear-gradient(145deg,#ffe68d,#c99318);color:#090909;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:1000;letter-spacing:-3px;border:3px solid #ffe68d}.eyebrow{margin:0 0 8px;color:var(--gold2);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:13px}.public-hero h1,.mini-hero h1{margin:0;color:var(--gold2);font-size:clamp(38px,7vw,72px);line-height:.95}.hero-text,.mini-hero p,.plain-text{color:#e6e6e6;font-size:19px;line-height:1.45;max-width:760px}.staff-link,.back-link{display:inline-flex;text-decoration:none;border:1px solid #4a4a4a;border-radius:999px;padding:10px 14px;color:#e7e7e7;background:#161616;font-weight:800;white-space:nowrap}.public-main{width:100%;max-width:1180px;margin:0 auto;padding:24px;flex:1}.start-card,.soft-panel,.empty-card,.event-card,.faq-list article{background:linear-gradient(180deg,#202020,#151515);border:1px solid var(--border);border-radius:26px;padding:24px;box-shadow:0 16px 36px rgba(0,0,0,.28)}.start-card h2{margin:0 0 8px;color:#fff;font-size:34px}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:20px}.choice{display:flex;flex-direction:column;text-decoration:none;background:#191919;border:1px solid var(--border);border-radius:28px;padding:26px;min-height:220px;transition:.16s ease;box-shadow:0 14px 34px rgba(0,0,0,.28)}.choice.primary{background:linear-gradient(135deg,rgba(214,165,31,.30),#181818);border-color:rgba(214,165,31,.75)}.choice:hover{transform:translateY(-3px);border-color:var(--gold)}.choice-icon{font-size:46px;margin-bottom:16px}.choice-title{font-size:30px;font-weight:1000;color:var(--gold2);line-height:1.05}.choice-text{color:var(--muted);font-size:18px;line-height:1.35;margin-top:10px}.soft-panel{margin-top:20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.soft-panel.single{display:block}.soft-panel h3{margin:0 0 6px;font-size:25px;color:var(--gold2)}.soft-panel p{margin:0;color:#ddd;line-height:1.45}.small-button,.big-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:var(--gold);color:#111;border-radius:16px;padding:14px 18px;font-weight:1000;box-shadow:0 10px 24px rgba(214,165,31,.18)}.small-button.secondary,.big-button.secondary{background:#242424;color:#fff;border:1px solid #444}.big-button{font-size:20px;min-height:58px}.mini-hero{padding:26px 24px 12px}.button-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.button-row.small{margin-top:12px}.help-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.step{background:#191919;border:1px solid var(--border);border-radius:22px;padding:20px;display:flex;gap:14px;align-items:center}.step b{width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--gold);color:#111}.step span{font-size:18px;font-weight:800}.event-list,.faq-list{display:grid;gap:14px}.event-card h2,.empty-card h2,.faq-list h2{margin:0 0 8px;color:var(--gold2)}.event-date{color:#ddd;font-weight:800}.public-footer{text-align:center;color:#aaa;border-top:1px solid #292929;padding:18px;background:#050505}.public-footer b{color:var(--gold2)}
@media(max-width:760px){.public-hero{align-items:flex-start;flex-direction:column}.brand-row{align-items:flex-start}.bs-mark{width:64px;height:64px;font-size:27px}.choice-grid{grid-template-columns:1fr}.choice{min-height:170px;padding:22px}.choice-title{font-size:26px}.soft-panel{display:block}.soft-panel .small-button{margin-top:16px;width:100%}.help-steps{grid-template-columns:1fr}.big-button{width:100%}}
