body{background:linear-gradient(180deg,#2c1810 0%,#5d2f0a 50%,#8b0000 100%) !important;color:#fff;text-align:center;}
.asuka-gheader, .asuka-gheader *{text-align:left;}
.asuka-gheader .brand{text-align:left;}
.asuka-bg{display:none;}
.torii{display:inline-block;margin:30px auto 10px;}
.torii .top{width:280px;height:20px;background:#d32f2f;border-radius:6px 6px 0 0;
  box-shadow:0 -4px 0 #b71c1c,0 0 30px rgba(255,0,0,.5);}
.torii .top2{width:240px;height:14px;background:#d32f2f;margin:6px auto 0;border-radius:4px;}
.torii .legs{display:flex;justify-content:space-between;width:240px;margin:0 auto;}
.torii .legs div{width:24px;height:160px;background:#d32f2f;box-shadow:0 0 20px rgba(255,0,0,.4);}
.kuji-h1{font-size:50px;color:#ffd700;letter-spacing:8px;text-shadow:0 0 10px #f00;margin:10px 0;}
.box{display:inline-block;margin:20px;background:#fffbe6;color:#222;padding:30px 40px;
  border:6px double #d32f2f;border-radius:8px;box-shadow:0 0 40px rgba(255,215,0,.6);min-width:340px;}
.fortune{font-size:60px;font-weight:900;margin:10px 0;letter-spacing:6px;}
.message{font-size:18px;line-height:1.7;margin:10px 0;color:#444;}
.advice{font-size:14px;color:#888;margin-top:10px;border-top:1px dashed #ccc;padding-top:10px;}
.guide{width:80px;height:80px;border:3px solid #d32f2f;border-radius:50%;background:#fff;padding:6px;margin:10px auto;display:block;}
.btn-kuji{background:#ffd700;color:#8b0000;padding:14px 36px;border:4px solid #8b0000;
  font-size:20px;font-weight:bold;letter-spacing:4px;font-family:inherit;
  margin:20px auto;display:inline-block;text-decoration:none;}
.lantern{position:fixed;width:50px;height:70px;background:#ffd700;border-radius:50%;
  box-shadow:0 0 30px #ffd700;animation:sway 3s infinite ease-in-out;}
@keyframes sway{0%,100%{transform:rotate(-5deg);}50%{transform:rotate(5deg);}}
