/* Home-only interaction hierarchy; keep existing art and in-game screens. */
#home .home-copy{min-width:0}
#home .home-actions{display:flex;width:100%;margin:12px 0 5px}
#home .home-actions #start{width:100%;min-width:0;min-height:54px;line-height:1.5}
#home .home-action-hint{margin:4px 0 12px;font-size:12px;line-height:1.65;color:#5d624d;text-align:left;max-width:100%}
#home .home-shortcuts{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%;margin-bottom:8px}
#home .home-shortcuts>button,#home .home-shortcuts>a{display:flex;align-items:center;justify-content:center;gap:6px;min-width:0;min-height:64px;padding:9px 10px;border:1px solid #cbb78d;border-radius:10px;background:#fffaf0d9;color:#415b43;text-align:left;line-height:1.5;box-shadow:0 2px 3px #85754920;font-size:14px}
#home .home-shortcuts>button{flex-direction:column;gap:0}
#home .home-shortcuts strong,#home .home-shortcuts small{display:block}
#home .home-shortcuts small{font-size:11px;color:#74684f;font-weight:400}
#home .home-shortcuts img{width:30px;height:30px;object-fit:contain}
#home .home-checkpoint{width:100%;margin:12px 0 8px;padding:12px 14px;border:1px solid #76956e;border-radius:12px;background:#eef3e5;text-align:left;color:#36543e}
#home .home-checkpoint strong{font-size:14px}
#home .home-checkpoint p{font-size:13px;line-height:1.6;margin:5px 0}
#home .home-checkpoint small{display:block;font-size:11px;line-height:1.6;color:#56694e}
#home #continueCamp{display:block;width:100%;min-height:48px;margin-top:10px;padding:10px 12px;border:1px solid #416b50;border-radius:9px;background:#416b50;color:#fff9eb;font-size:16px;line-height:1.5}
#home #continueCamp:before{display:none}
#home.has-checkpoint #start{background:#fff9ec;border:1px solid #bca77e;border-radius:9px;color:#665230;font-size:15px}
#home .rank-account{min-height:44px;padding:7px 9px;border:1px solid #cbb78d;border-radius:8px;text-decoration:none;overflow-wrap:anywhere}
#home button:focus-visible,#home a:focus-visible{outline:3px solid #267465;outline-offset:3px}
#home .home-bottom>span{cursor:default}
@media(min-width:761px){#home.has-checkpoint .poem{display:none}#home.has-checkpoint .intro{margin:4px 0!important}#home.has-checkpoint h1{font-size:54px;margin:5px 0}#home.has-checkpoint .home-checkpoint{margin-top:8px}#home.has-checkpoint .title-mark{display:none}}
@media(max-width:760px){#home .home-copy .poem{display:none}#home h1{font-size:46px;margin:6px 0}#home .home-copy .intro{margin:4px 0}#home .home-shortcuts{gap:8px}#home .ranking-entry{width:100%;justify-content:space-between}#home .rank-art-button{width:130px;min-width:110px}#home .home-bottom>span{grid-template-columns:32px 1fr;grid-template-rows:auto auto}#home .home-bottom em{grid-row:1/3}#home .home-bottom small{grid-column:2}#home .home-checkpoint{padding:10px 12px}#home .home-action-hint{font-size:11px}}
