body{background-color:#1e1e1e;font-family:Courier New,Courier,monospace;color:#d4d4d4;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;margin:0;overflow:hidden}.title{color:#f28b54;margin-top:0;margin-bottom:36px;font-size:42px;text-align:center}.terminal{background-color:#2d2d2d;width:100%;max-height:80vh;border-radius:12px;overflow-y:auto;box-shadow:0 4px 10px #00000080;transition:width .3s ease}.header{background-color:#333;padding:12px;display:flex;align-items:center;justify-content:flex-start;position:sticky;top:0;z-index:1}.buttons{display:flex;gap:6px}.button{width:12px;height:12px;border-radius:50%;display:inline-block}.button.red{background-color:#ff5f57}.button.yellow{background-color:#ffbd2e}.button.green{background-color:#28c840}.content{padding:10px 20px}.system-message{color:#7cd1ff;font-weight:700;white-space:pre-wrap}.answer{margin-top:15px;color:#f28b54}.answer span{color:#f28b54}.answer input{background-color:transparent;border:none;color:#d4d4d4;font-size:14px;font-family:inherit;width:auto;padding-left:8px}.answer input::placeholder{color:#888}.answer input:focus{outline:none}.narrator-message{color:#f28b54;font-style:italic;font-weight:700}.option{color:#888;font-weight:700}.option:hover{color:#d4d4d4;font-weight:700}li:hover>p:before{content:"> "}.restart{display:inline-block;padding:10px 20px;font-size:16px;font-weight:700;color:#fff;background:#f28b54;border:none;border-radius:8px;cursor:pointer;text-align:center;text-transform:uppercase;box-shadow:0 4px 6px #0000001a,0 1px 3px #0000000f;transition:all .3s ease}.restart:hover{background:#f28b54;box-shadow:0 5px 8px #00000026,0 2px 4px #0000001a;transform:translateY(-2px)}.restart:active{background:#f28b54;box-shadow:0 3px 5px #0003,0 1px 2px #0000001f;transform:translateY(1px)}.restart:focus{outline:3px solid #81c784;outline-offset:2px}hr{border:none;border-top:1px solid #444;margin:10px 0}span>p:nth-child(1){margin-bottom:0}span>p:nth-child(2){margin-top:0}progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:20px;border:none;border-radius:3px;background-color:#444;overflow:hidden;box-shadow:inset 0 1px 3px #0003}progress::-webkit-progress-value{background:#f28b54;border-radius:3px;transition:width .3s ease}progress::-webkit-progress-bar{background-color:#333;border-radius:3px;box-shadow:inset 0 1px 2px #ffffff1a}progress::-moz-progress-bar{background:#f28b54;border-radius:3px;transition:width .3s ease}progress:indeterminate{background-color:#444;position:relative;overflow:hidden}progress:indeterminate:before{content:"";position:absolute;top:0;left:0;width:30%;height:100%;background:linear-gradient(90deg,transparent,#4caf50,transparent);animation:progress-indeterminate 1.5s infinite ease-in-out}ul{padding-left:16px}li{list-style-type:none;font-weight:700}li.completed{color:#777;text-decoration:line-through}.terminal::-webkit-scrollbar{width:12px}.terminal::-webkit-scrollbar-track{background:#2d2d2d}.terminal::-webkit-scrollbar-thumb{background:#555;border-radius:6px}.terminal::-webkit-scrollbar-thumb:hover{background:#666}.terminal-end{font-family:Courier New,Courier,monospace;text-align:center}@keyframes progress-indeterminate{0%{transform:translate(-100%)}50%{transform:translate(50%)}to{transform:translate(200%)}}@media(max-width:1024px){.terminal{width:60%}}@media(max-width:768px){.terminal{width:70%}}@media(max-width:600px){.terminal{width:80%}}@media(max-width:480px){.terminal{width:90%}}
