.wk{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;margin:0;padding:0;display:flex;justify-content:center;align-items:center;min-height:100vh}.wk:before{content:"";position:fixed;inset:0;z-index:-1;background-color:#f0f4f8}.wk .container{width:60%;padding:40px;background-color:white;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.1);text-align:center;min-height:80vh;display:flex;flex-direction:column;justify-content:space-between}.wk .back-button{margin-top:20px;padding:12px 24px;background-color:#3498db;color:white;border:none;border-radius:8px;font-size:1.2em;cursor:pointer;transition:background-color .3s ease}.wk .back-button:hover{background-color:#2980b9}.wk h1{font-size:2.5em;color:#3498db;margin-top:.67em;margin-bottom:20px;font-weight:700}.wk .container>div:first-child>h1:first-child{margin-top:0}.wk p{font-size:1.1em;margin-top:1em;margin-bottom:20px}.wk button,.wk input{display:block;width:100%;padding:12px;margin:12px 0;font-size:1em;border-radius:8px;border:1px solid #ccc;box-shadow:0 4px 8px rgba(0,0,0,.1)}.wk input{background-color:#f9f9f9;color:#333}.wk button{background-color:#3498db;color:white;cursor:pointer;transition:background-color .3s ease}.wk button:hover:not(:disabled){background-color:#2980b9}.wk button:disabled{opacity:.55;cursor:not-allowed}@media (max-width:768px){.wk .container{width:90%}}.wk #endWordDisplay,.wk #startWordDisplay{font-size:1.2em;font-weight:400;color:#2c3e50;margin-bottom:10px;padding:10px 0;background-color:#ecf0f1;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);text-align:center;display:flex;justify-content:center}.wk #endWordDisplay strong,.wk #startWordDisplay strong{font-size:.9em;font-weight:700;color:#7f8c8d}.wk #endWordDisplay span,.wk #startWordDisplay span{font-size:1.4em;font-weight:700;color:#34495e}.wk .arrow{font-size:1.8em;margin:5px 0 0;text-align:center;display:flex;justify-content:center}.wk #wordSummaryContainer{position:fixed;top:20px;right:20px;width:280px;background-color:white;padding:0 15px 18px 12px;border-radius:12px;box-shadow:0 6px 15px rgba(0,0,0,.4);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;text-align:left;line-height:1.6;z-index:100;max-height:40px;overflow:hidden;transition:max-height .4s ease;cursor:pointer;align-items:center}.wk #wordSummaryContainer:hover{max-height:400px}.wk #wordSummaryContainer h2{font-size:1.2em;margin-bottom:10px;color:#333;border-bottom:1px solid #ddd;padding-bottom:12px}.wk #wordSummary{font-size:.95em;color:#555;line-height:1.5}.wk .pin{width:20px;height:auto;position:absolute;top:18px;right:15px;cursor:pointer;transition:transform .3s ease}.wk .pin.active{transform:rotate(-20deg)}.wk #gameArea{display:flex;flex-direction:column;flex:1;min-height:0}.wk #wikiFrame{width:100%;height:600px;border:1px solid #ccc;border-radius:8px;background-color:white;box-shadow:0 4px 8px rgba(0,0,0,.1)}.wk #moveCount,.wk #timeCount{font-weight:700;color:#34495e}.wk #historyContainer{text-align:left;margin-top:10px;padding:12px 16px;background-color:#ecf0f1;border-radius:8px;max-height:118px;overflow-y:auto}.wk #historyContainer h3{font-size:1em;color:#7f8c8d;margin:0 0 8px}.wk #historyList{margin:0;padding-left:20px;font-size:.95em;color:#34495e}.wk #historyList li{margin-bottom:2px}.wk #historyList li.meta{color:#3498db;font-weight:700}.wk .win{border:2px solid #3498db;border-radius:8px;padding:20px;margin-bottom:10px;background-color:#ecf0f1;box-shadow:0 4px 8px rgba(0,0,0,.1)}.wk .win h2{font-size:1.6em;color:#3498db;margin:0 0 8px}.wk .win p{margin-bottom:0}