
:root{
  --bg:#050403;
  --panel:#11100f;
  --panel2:#1a1714;
  --cream:#f2ead9;
  --cream2:#fff7e8;
  --ink:#111;
  --gold:#e4bd69;
  --gold2:#ffdc8b;
  --line:#72511f;
  --red:#9b2f21;
  --green:#168b38;
  --blue:#21496b;
  --purple:#563583;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#050403;color:#f5e8cd;font-family:"Microsoft JhengHei","Noto Sans TC",Arial,sans-serif;line-height:1.55;min-width:320px;}
a{text-decoration:none;color:inherit} img{display:block;max-width:100%} button{font:inherit}
.embers{position:fixed;inset:0;z-index:-2;background:radial-gradient(circle at 50% 0,rgba(104,45,18,.55),transparent 38%),url('../img/site-bg.jpg') center top/cover fixed,#050403;filter:saturate(1.1)}
.embers:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.65));}
.top-header{height:104px;padding:12px 30px;display:grid;grid-template-columns:250px 1fr auto;gap:24px;align-items:center;background:linear-gradient(180deg,rgba(18,11,8,.95),rgba(6,5,4,.92));border-bottom:1px solid rgba(222,178,90,.28);position:sticky;top:0;z-index:50;box-shadow:0 8px 18px rgba(0,0,0,.4)}
.brand img{width:220px;height:auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.8))}.title-block h1{margin:0;color:var(--gold2);font-size:40px;letter-spacing:.06em;text-shadow:0 2px 0 #3b1d0c,0 0 18px rgba(255,194,83,.28)}.title-block p{margin:2px 0 0;color:#fff5d7;font-size:17px;font-weight:700}.top-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.btn{min-width:98px;text-align:center;padding:11px 18px;border-radius:5px;color:white;border:1px solid rgba(255,226,143,.42);font-size:20px;font-weight:900;letter-spacing:.04em;text-shadow:0 2px 2px rgba(0,0,0,.55);box-shadow:inset 0 1px rgba(255,255,255,.22),0 3px 0 rgba(0,0,0,.28)}.btn.red{background:linear-gradient(#a94232,#6b211a)}.btn.green{background:linear-gradient(#17a944,#0b6426)}.btn.line{background:linear-gradient(#19a342,#087427)}.btn.gold{background:linear-gradient(#9e6c24,#68410d)}.btn.blue{background:linear-gradient(#2f638c,#193b58)}.btn.purple{background:linear-gradient(#6f4aa1,#412462)}.btn span{display:inline-block;margin-right:6px;background:#17ca51;border-radius:5px;padding:0 5px;font-size:15px}.mobile-menu{display:none}
.guide-shell{display:grid;grid-template-columns:254px minmax(0,1fr);gap:14px;max-width:1540px;margin:16px auto 0;padding:0 14px}.sidebar{display:flex;flex-direction:column;gap:12px;position:sticky;top:118px;height:calc(100vh - 128px);overflow:auto;padding-bottom:16px}.side-box{background:linear-gradient(180deg,#171615,#0c0c0b);border:1px solid #4c3b1f;border-radius:8px;padding:12px;box-shadow:inset 0 0 0 1px rgba(255,222,128,.05),0 5px 20px rgba(0,0,0,.4)}.side-box h2{font-size:20px;margin:0 0 10px;color:#f5d27a;text-align:center;letter-spacing:.04em}.side-link,.guide-btn{width:100%;border:1px solid rgba(255,214,105,.16);background:linear-gradient(#242322,#151515);color:#f4eadb;border-radius:6px;padding:10px 12px;margin:5px 0;text-align:left;cursor:pointer;font-size:18px;font-weight:700}.side-link:hover,.guide-btn:hover,.side-link.active,.guide-btn.active{background:linear-gradient(#5e4617,#201a0e);border-color:#e3bb49;box-shadow:0 0 0 1px rgba(255,213,100,.14) inset}.guide-btn b{display:inline-flex;align-items:center;justify-content:center;width:23px;height:23px;margin-right:9px;background:#179a8f;border-radius:4px;color:white;box-shadow:inset 0 1px rgba(255,255,255,.35)}.guide-btn.active b{background:#c99114}.help-card{padding:14px;border:1px solid #745419;border-radius:8px;background:linear-gradient(180deg,rgba(71,37,13,.72),#0d0c0b),url('../img/amother-mascot.jpg') right bottom/110px auto no-repeat;min-height:170px;box-shadow:0 8px 18px rgba(0,0,0,.36)}.help-title{font-size:22px;font-weight:900;line-height:1.35;color:#ffdf83;text-shadow:0 2px 0 #000;margin:8px 0 46px}.help-card a{display:block;text-align:center;background:linear-gradient(#15af43,#087426);border:1px solid #a8f5aa;color:white;font-size:20px;font-weight:900;border-radius:7px;padding:10px}
.content-board{background:var(--cream);border:1px solid #3f3322;border-radius:7px;min-height:calc(100vh - 122px);padding:14px 14px 22px;color:var(--ink);box-shadow:0 10px 35px rgba(0,0,0,.5)}.panel-content{display:none}.panel-content.current{display:block}.page-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin:2px 2px 12px}.page-head h2{font-size:36px;line-height:1.25;margin:0 0 8px;color:#111;font-weight:1000}.page-head p{margin:0;background:#f7dfb7;border:1px solid #c99643;border-radius:5px;padding:12px 16px;color:#2a2113;font-size:17px;font-weight:700;max-width:720px}.page-head.simple{display:block;text-align:left}.page-head.simple p{max-width:none}.amother-say{display:flex;align-items:center;gap:10px;margin-left:auto}.amother-say img{width:160px;height:110px;object-fit:cover;border-radius:10px;border:1px solid #b69a62}.bubble{background:white;border:2px solid #333;border-radius:14px;padding:12px 16px;position:relative;font-size:17px;font-weight:900}.bubble:after{content:"";position:absolute;right:-12px;top:40px;border-width:9px 0 9px 12px;border-style:solid;border-color:transparent transparent transparent #333}.notice-card{background:#f7dfb7;border:1px solid #c48d39;border-radius:5px;padding:12px 16px;margin:4px 0 12px;font-size:18px}.comic-panel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.comic-panel-grid article{background:#050505;border:3px solid #222;border-radius:6px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.35)}.comic-panel-grid img{width:100%;aspect-ratio:1.27/1;object-fit:cover}.comic-panel-grid p{margin:0;padding:9px 10px;background:linear-gradient(180deg,#191919,#030303);color:white;font-size:17px;min-height:58px}.bottom-row{display:grid;grid-template-columns:1fr 420px;gap:18px;align-items:stretch;margin-top:12px}.tips-box{background:#f6e6c9;border:1px solid #9b7440;border-radius:7px;padding:12px 18px}.tips-box h3{font-size:26px;color:#c43d22;margin:0 0 6px}.tips-box ul{margin:0;padding-left:24px;font-size:17px}.cta-box{text-align:center;display:flex;flex-direction:column;justify-content:center}.cta-box p{font-size:24px;color:#c23a20;font-weight:900;margin:0 0 8px}.cta-box a{display:block;background:linear-gradient(#d34b2e,#972816);color:white;border:2px solid #71311e;border-radius:6px;padding:12px 18px;font-size:25px;font-weight:1000;box-shadow:0 3px 0 rgba(0,0,0,.3)}
.lazy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.lazy-grid article{background:#fff9ec;border:1px solid #c8a36a;border-radius:10px;padding:18px}.lazy-grid b{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;background:#a83c25;color:white;border-radius:6px;font-size:20px}.lazy-grid h3{font-size:24px;margin:10px 0 6px}.lazy-grid p{font-size:17px;margin:0}.index-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.index-card{border:1px solid #c9a061;border-radius:10px;background:#fff9ef;padding:14px;cursor:pointer;transition:.15s}.index-card:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.16)}.index-card b{display:inline-flex;width:30px;height:30px;background:#177b76;color:white;border-radius:5px;align-items:center;justify-content:center;margin-right:8px}.index-card h3{margin:8px 0 6px;font-size:22px}.index-card p{margin:0;color:#4d3b22}.dynamic-layout{display:grid;grid-template-columns:minmax(340px,500px) 1fr;gap:18px}.poster-card{background:#141414;border:2px solid #2c241a;border-radius:8px;padding:10px}.poster-card img{width:100%;border-radius:6px}.article-card{background:#fff8ea;border:1px solid #c7a56c;border-radius:9px;padding:20px}.article-card h3{font-size:30px;margin:0 0 8px}.article-card ul{font-size:19px;margin:0 0 18px;padding-left:24px}.article-card li{margin-bottom:8px}.note-box{background:#f7dfb7;border:1px solid #c48d39;border-radius:8px;padding:14px 16px}.note-box h4{font-size:24px;margin:0 0 8px}.note-box p{margin:0;font-size:18px}.small-official{align-self:center;display:inline-block;background:#9b2f21;color:white;padding:10px 14px;border-radius:6px;font-weight:900}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.gallery-card{border:1px solid #c9a061;background:#fff7e9;border-radius:9px;overflow:hidden;cursor:pointer;text-align:left}.gallery-card img{width:100%;aspect-ratio:1.3/1;object-fit:cover}.gallery-card span{display:block;font-size:18px;font-weight:900;padding:10px 12px}.faq-list details{background:#fff7e9;border:1px solid #c9a061;border-radius:8px;padding:14px 16px;margin-bottom:12px}.faq-list summary{font-size:22px;font-weight:900;cursor:pointer}.faq-list p{font-size:18px;margin:10px 0 0}.site-footer{text-align:center;color:#8d877b;padding:12px 14px 18px}.site-footer a{color:#d6b56a;margin-left:18px}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.9);display:none;align-items:center;justify-content:center;z-index:99;padding:30px}.lightbox.open{display:flex}.lightbox img{max-width:96vw;max-height:92vh;border:1px solid #9b7a3d;border-radius:8px}.lightbox button{position:absolute;right:22px;top:18px;border:1px solid #99783b;background:#111;color:white;border-radius:50%;width:46px;height:46px;font-size:28px;cursor:pointer}
@media (max-width:1180px){.top-header{grid-template-columns:180px 1fr;gap:12px;height:auto}.brand img{width:170px}.title-block h1{font-size:32px}.top-actions{grid-column:1/-1;justify-content:center}.guide-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;display:grid;grid-template-columns:1fr 1fr}.help-card{grid-column:1/-1}.bottom-row,.dynamic-layout{grid-template-columns:1fr}.comic-panel-grid,.lazy-grid,.index-grid,.gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:720px){.top-header{padding:10px 12px;grid-template-columns:130px 1fr}.brand img{width:130px}.title-block h1{font-size:25px}.title-block p{font-size:13px}.btn{font-size:15px;padding:8px 10px;min-width:0}.guide-shell{padding:0 8px}.sidebar{grid-template-columns:1fr}.content-board{padding:10px}.page-head{display:block}.page-head h2{font-size:28px}.amother-say{display:none}.comic-panel-grid,.lazy-grid,.index-grid,.gallery-grid{grid-template-columns:1fr}.comic-panel-grid p{font-size:15px}.cta-box a{font-size:20px}.sidebar{top:auto}.side-link,.guide-btn{font-size:16px}.dynamic-layout{display:block}.poster-card{margin-bottom:12px}}
