:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:Georgia,serif;line-height:1.5}*{box-sizing:border-box}body{color:#e8d5a4;background:#1a1a2e;min-height:100vh;margin:0}#root{min-height:100vh}h1,h2,h3,p{color:inherit}button{font-family:inherit}.start-page{color:#e8d5a4;background:linear-gradient(#1a1a2e 0%,#16213e 100%);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:100vh;padding:2rem;font-family:Georgia,serif;display:flex}.start-title{letter-spacing:.2em;text-shadow:0 0 20px #e8d5a466;margin:0;font-size:4rem}.start-subtitle{opacity:.8;margin:0;font-size:1.2rem;font-style:italic}.enter-button{color:#1a1a2e;cursor:pointer;letter-spacing:.1em;background:#e8d5a4;border:none;border-radius:4px;margin-top:2rem;padding:1rem 2.5rem;font-family:inherit;font-size:1.1rem;transition:all .2s}.enter-button:hover{background:#f5e6b8;transform:translateY(-2px);box-shadow:0 4px 12px #e8d5a44d}.dialogue-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#000000bf;justify-content:center;align-items:center;padding:2rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.dialogue-window{color:#e8d5a4;background:linear-gradient(#32200ffa 0%,#1e140afa 100%);border:2px solid #d4944166;border-radius:12px;width:100%;max-width:900px;max-height:90vh;padding:2rem;font-family:Georgia,serif;animation:.35s slideUp;position:relative;overflow-y:auto;box-shadow:0 0 40px #d4944133,inset 0 0 60px #0006}.dialogue-close{color:#e8d5a4;cursor:pointer;background:0 0;border:1px solid #e8d5a44d;border-radius:50%;width:36px;height:36px;font-family:inherit;font-size:1.6rem;line-height:1;transition:all .2s;position:absolute;top:.8rem;right:1rem}.dialogue-close:hover{background:#e8d5a426;border-color:#e8d5a4b3;transform:rotate(90deg)}.dialogue-header{border-bottom:1px solid #8b5a2866;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.2rem;display:flex}.dialogue-portrait{object-fit:cover;object-position:50% 15%;filter:drop-shadow(0 2px 8px #0009);background:#140f0880;border-radius:6px;flex-shrink:0;width:130px;height:170px}.dialogue-nameplate h2{letter-spacing:.05em;color:#f0d99a;text-shadow:0 0 10px #e8d5a44d;margin:0;font-size:1.8rem}.dialogue-nameplate p{opacity:.7;margin:.3rem 0 0;font-size:1rem;font-style:italic}.dialogue-body{margin-bottom:1.8rem;padding:1rem 0}.dialogue-text{color:#e8d5a4;white-space:pre-line;margin:0;font-size:1.15rem;line-height:1.7}.dialogue-choices{flex-direction:column;gap:.7rem;display:flex}.choice-button{text-align:left;color:#e8d5a4;cursor:pointer;background:#1e140a99;border:1px solid #8b5a2880;border-radius:6px;padding:.9rem 1.2rem;font-family:inherit;font-size:1rem;line-height:1.4;transition:all .2s}.choice-button:hover{color:#f5e6b8;background:#503214b3;border-color:#d49441cc;transform:translate(4px);box-shadow:-4px 0 12px #d4944126}.choice-button:active{transform:translate(2px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dialogue-window::-webkit-scrollbar{width:8px}.dialogue-window::-webkit-scrollbar-track{background:#0000004d;border-radius:4px}.dialogue-window::-webkit-scrollbar-thumb{background:#d4944166;border-radius:4px}.dialogue-window::-webkit-scrollbar-thumb:hover{background:#d49441b3}.hall-page{color:#e8d5a4;box-sizing:border-box;background:radial-gradient(at top,#d4944126 0%,#0000 60%),linear-gradient(#1a1208 0%,#0d0904 100%);width:100%;min-height:100vh;padding:2rem 2rem 4rem;font-family:Georgia,serif;position:relative}.back-button{color:#e8d5a4;cursor:pointer;z-index:10;background:0 0;border:1px solid #e8d5a44d;border-radius:4px;padding:.5rem 1rem;font-family:inherit;font-size:.9rem;transition:all .2s;position:absolute;top:1.5rem;left:1.5rem}.back-button:hover{background:#e8d5a41a;border-color:#e8d5a499}.hall-scene{flex-direction:column;gap:3rem;max-width:1400px;margin:0 auto;padding-top:4rem;display:flex}.tavern-sign{text-align:center;letter-spacing:.15em;text-shadow:0 0 20px #e8d5a44d;margin:0;font-size:2.5rem}.tavern-bar{background:linear-gradient(#50321466 0%,#28190a99 100%);border:1px solid #8b5a284d;border-radius:8px;justify-content:center;padding:2rem;display:flex;box-shadow:inset 0 0 40px #00000080,0 0 30px #d494411a}.tavern-tables{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.npc-slot{cursor:pointer;box-sizing:border-box;background:#1e140a80;border:1px solid #8b5a2833;border-radius:8px;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.npc-slot:hover{background:#32230fb3;border-color:#d4944180;transform:translateY(-4px);box-shadow:0 8px 20px #0006}.npc-bazhen{padding:2rem}.npc-portrait{object-fit:contain;object-position:center;filter:drop-shadow(0 4px 20px #0009);width:240px;height:320px;display:block}.empty-portrait{color:#e8d5a433;background:#140f0899;border:2px dashed #8b5a284d;border-radius:8px;justify-content:center;align-items:center;width:180px;height:240px;font-size:6rem;display:flex}.npc-nameplate{text-align:center}.npc-nameplate h3{color:#e8d5a4;letter-spacing:.08em;margin:0;font-size:1.3rem}.npc-nameplate p{opacity:.7;margin:.3rem 0 0;font-size:.9rem;font-style:italic}.empty-slot .npc-nameplate h3{opacity:.5}.npc-active{position:relative}.npc-active .npc-portrait{transition:filter .3s}.npc-active:hover .npc-portrait{filter:drop-shadow(0 4px 20px #0009)drop-shadow(0 0 25px #d4944180)}.empty-slot{cursor:help;opacity:.75}.empty-slot:hover{opacity:1}.npc-hover-hint{color:#1a1208;letter-spacing:.05em;opacity:0;pointer-events:none;background:#e8d5a4f2;border-radius:4px;padding:.35rem .8rem;font-size:.85rem;font-weight:600;transition:all .25s;position:absolute;top:1rem;right:1rem;transform:translateY(-4px)}.npc-active:hover .npc-hover-hint{opacity:1;transform:translateY(0)}.npc-badge{color:#e8d5a4;letter-spacing:.05em;background:#503214d9;border:1px solid #d4944180;border-radius:4px;padding:.3rem .7rem;font-size:.75rem;font-style:italic;position:absolute;top:1rem;left:1rem}.floating-hint{color:#e8d5a4;cursor:pointer;z-index:50;text-align:center;background:#1e140af2;border:1px solid #d4944180;border-radius:8px;max-width:500px;padding:1rem 1.5rem;font-family:Georgia,serif;font-size:1rem;font-style:italic;animation:.35s floatUp;position:fixed;bottom:3rem;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #0009}@keyframes floatUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.npc-silvien{background:linear-gradient(#1c2d23b8 0%,#141e19d9 100%);border-color:#78b48273;box-shadow:inset 0 0 24px #5aa06e1f}.npc-silvien:hover{background:linear-gradient(#263c2dd1 0%,#18261eeb 100%);border-color:#a0dcaabf;box-shadow:0 8px 24px #00000073,inset 0 0 32px #8cd2a02e}.npc-silvien .npc-nameplate h3{color:#d9e8c8;text-shadow:0 0 8px #78c88259}.npc-silvien .npc-nameplate p{color:#a9c4a2;font-style:italic}.npc-silvien .npc-badge{color:#eaf5dc;background:#3c6e46d9;border:1px solid #b4dcb499}
