#howToPlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,.95);color:#fff;padding:40px;border-radius:20px;text-align:left;z-index:200;border:2px solid #4ecdc4;min-width:600px;max-width:min(800px,90vw);max-height:80vh;overflow-y:auto}#howToPlay h2{color:#4ecdc4;margin-bottom:30px;font-size:32px;text-align:center}#howToPlay h3{color:gold;margin:25px 0 15px;font-size:20px;border-bottom:2px solid gold;padding-bottom:5px}.guide-section{margin-bottom:25px}.guide-section p{margin:8px 0;line-height:1.4}.item-grid,.spell-grid{display:grid;grid-template-columns:1fr;gap:10px;margin:15px 0}.item-type,.spell-item{padding:10px 15px;border-radius:8px;border-left:4px solid}.spell-item.beneficial{background:rgba(76,175,80,.2);border-left-color:#4caf50}.spell-item.dangerous{background:rgba(244,67,54,.2);border-left-color:#f44336}.spell-item.player-spell{background:rgba(255,215,0,.2);border-left-color:gold}.item-type{background:rgba(78,205,196,.2);border-left-color:#4ecdc4}