*{margin:0;padding:0;box-sizing:border-box}body{font-family:Eagle Lake,cursive;background-color:#0a0a0f;color:#e0e0e0;overflow:hidden}#start-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0a0a0ff2;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1000;cursor:pointer}.opening-line{opacity:0;font-size:3rem;animation:fadeIn 2s ease-in-out forwards}.opening-line.line-two{animation-delay:2s}.opening-line.line-three{font-size:1.5rem;margin-top:20px;animation-delay:4s}.opening-line.line-four{font-size:1.2rem;margin-top:10px;animation-delay:4.5s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}#dialogue-container{position:fixed;bottom:0;left:0;width:100%;padding:40px;display:none;justify-content:center;pointer-events:none;z-index:100}#dialogue-box{background-image:url(/assets/ui/dialog-box.png);filter:drop-shadow(0px 40px 70px #000);padding:42px 96px;max-width:700px;width:100%;height:220px;background-repeat:no-repeat;pointer-events:all;-webkit-text-stroke:.5px #000;transform:translateZ(0)}#dialogue-speaker:not(:empty){color:#000;font-weight:700;font-size:1.4rem;margin-top:-10px}#dialogue-text{color:#333;font-size:1.2rem;line-height:1.6;cursor:pointer}#dialogue-choices{display:flex;flex-direction:column;gap:8px;font-size:1.2rem;counter-reset:button-counter}#dialogue-choices:not(:empty):before{content:"Choose an option:";color:#333}.choice-button{background-color:transparent;border:none;font-family:Eagle Lake,cursive;font-size:1.2rem;color:#333;cursor:pointer;text-align:left;transition:all .2s;counter-increment:button-counter}.choice-button:before{content:counter(button-counter) ". "}.choice-button:hover{border-color:#8a8aaa;text-decoration:underline}.choice-button:active{border-color:#8a8aaa}#debug-panel{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000d9;z-index:9999;display:flex;justify-content:center;align-items:center;font-family:monospace}.debug-panel-content{background-color:#1a1a1a;border:2px solid #00ff00;border-radius:8px;padding:20px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;color:#0f0}.debug-panel-content h2{margin:0 0 20px;color:#0f0;text-align:center;font-size:1.5rem}.debug-panel-content h3{margin:10px 0;color:#0c0;font-size:1.1rem}.debug-section{margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #333}.debug-section:last-of-type{border-bottom:none}.debug-panel-content button{background-color:#030;color:#0f0;border:1px solid #00ff00;padding:8px 16px;margin:5px;cursor:pointer;font-family:monospace;border-radius:4px;transition:all .2s}.debug-panel-content button:hover{background-color:#0f0;color:#000}.debug-panel-content button:active{transform:scale(.95)}.debug-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;padding:8px;border-radius:4px;transition:background-color .2s}.debug-checkbox:hover{background-color:#00ff001a}.debug-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#00ff00}#debug-state-display{background-color:#0a0a0a;padding:10px;border-radius:4px;font-size:.9rem}#debug-state-display ul{list-style:none;padding-left:10px;margin:5px 0}#debug-state-display li{padding:2px 0}#debug-import-field{width:100%;height:80px;background-color:#0a0a0a;color:#0f0;border:1px solid #00ff00;border-radius:4px;padding:8px;font-family:monospace;font-size:.85rem;resize:vertical}#debug-import-field::placeholder{color:#060}.debug-footer{margin-top:15px;text-align:center;font-size:.85rem;color:#888}.debug-footer kbd{background-color:#333;border:1px solid #555;border-radius:3px;padding:2px 6px;font-family:monospace;color:#0f0}.debug-message{position:fixed;top:20px;right:20px;padding:12px 20px;border-radius:4px;font-family:monospace;font-size:.9rem;z-index:10000;animation:slideIn .3s ease-out}.debug-message.success{background-color:#030;border:1px solid #00ff00;color:#0f0}.debug-message.error{background-color:#300;border:1px solid #ff0000;color:red}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}
