*{box-sizing:border-box}body{margin:0;background:#202020;color:white;font:16px/1.6 Arial,sans-serif}header{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:25px;padding:15px 5%;background:#ff5a1f;color:#171717;box-shadow:0 5px 25px #0005}header a{color:#171717;font-weight:bold}header div{display:flex;gap:15px;align-items:center}header span{font-size:12px}main{max-width:1000px;margin:auto;padding:40px 5% 80px}h1{font-size:clamp(35px,5vw,60px);line-height:1.05;margin:0 0 10px}main>p{color:#c8c8c8;margin-bottom:35px}.page{display:block;width:100%;height:auto;margin:0 auto 28px;background:white;box-shadow:0 15px 50px #0009;user-select:none}.notice{padding:15px;border-left:4px solid #ff5a1f;background:#333}@media(max-width:600px){header{align-items:flex-start}header div{display:grid;gap:0;text-align:right}main{padding-left:2%;padding-right:2%}}
