*{box-sizing:border-box;padding:0;margin:0}body{font-family:Georgia,serif;background:#0a0a0a;color:#e0e0e0;overflow-x:hidden}.game-container{width:100vw;height:100vh;position:relative;overflow:hidden}.scene{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.ghost-debate{position:fixed;bottom:20px;right:20px;width:400px;max-height:300px;background:rgba(0,0,0,.9);border:2px solid #4a90e2;border-radius:8px;padding:15px;overflow-y:auto;font-size:14px;box-shadow:0 0 20px rgba(74,144,226,.5)}.ghost-message{margin-bottom:10px;padding:8px;border-left:3px solid;animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ghost-elara{border-color:#e8b4f0}.ghost-harlan{border-color:#4a90e2}.ghost-mira{border-color:gold}.ghost-theo{border-color:#ff6b6b}.ghost-selene{border-color:#9b59b6}button{padding:12px 24px;font-size:16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:transform .2s}button:hover{transform:scale(1.05)}button:disabled{opacity:.5;cursor:not-allowed}