*{box-sizing:border-box;margin:0;padding:0}body{color:#888;background:#0a0a0c;font-family:Courier New,Consolas,monospace}body.raycaster{width:100vw;height:100vh;overflow:hidden}canvas{width:100vw;height:100vh;display:block}.top-bar{z-index:100;background:#0a0a0ceb;border-bottom:1px solid #1a1a22;align-items:center;gap:.8rem;height:36px;padding:0 1rem;display:flex;position:fixed;top:0;left:0;right:0}.top-bar .logo{color:#444;letter-spacing:.2em;font-size:.7rem;font-weight:700}.top-bar .divider{background:#1a1a22;width:1px;height:16px}.agent-tabs{align-items:center;gap:.25rem;display:flex}.agent-tab{color:#333;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:3px;align-items:center;gap:4px;padding:.2rem .5rem;font-family:inherit;font-size:.65rem;transition:all .2s;display:flex}.agent-tab:hover{color:#666;border-color:#222}.agent-tab.active{color:inherit;background:#ffffff08;border-color:currentColor}.agent-tab.dead-agent{opacity:.4;text-decoration:line-through}.agent-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}.top-bar .top-buttons{align-items:center;gap:.4rem;margin-left:auto;display:flex}.top-btn{color:#444;cursor:pointer;letter-spacing:.08em;background:0 0;border:1px solid #222;border-radius:3px;padding:.2rem .6rem;font-family:inherit;font-size:.6rem;transition:all .2s}.top-btn:hover{color:#888;border-color:#444}.top-btn.active{color:#c9a227;border-color:#c9a227}.kill-feed{z-index:90;pointer-events:none;flex-direction:column;align-items:center;gap:2px;max-width:500px;display:flex;position:fixed;top:44px;left:50%;transform:translate(-50%)}.kill-feed-item{white-space:nowrap;background:#0a0a0cb3;border-radius:2px;padding:2px 10px;font-size:.65rem;animation:.3s ease-out feedFadeIn,.5s ease-in 3.5s forwards feedFadeOut}.kill-feed-item.death-item{color:#f33;font-weight:700;animation:.5s ease-out feedFlashIn,.8s ease-in 5s forwards feedFadeOut}.kill-feed-item.entity-item{color:#c00}.kill-feed-item.resource-item{color:#c9a227}@keyframes feedFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:.9;transform:translateY(0)}}@keyframes feedFadeOut{0%{opacity:.9}to{opacity:0}}@keyframes feedFlashIn{0%{opacity:0;background:#c800004d}30%{opacity:1;background:#c8000026}to{opacity:.95;background:#0a0a0cb3}}.dialogue-box{z-index:80;background:#08080cf2;border:2px solid #333;border-radius:4px;width:500px;max-width:90vw;padding:12px 16px;animation:.2s ease-out dialogueAppear;position:fixed;bottom:40px;left:50%;transform:translate(-50%)}.dialogue-box.fading{animation:.5s ease-in forwards dialogueFade}.dialogue-name{letter-spacing:.05em;margin-bottom:4px;font-size:.75rem;font-weight:700}.dialogue-text{color:#ccc;font-size:.8rem;line-height:1.4}.dialogue-thought{color:#666;font-size:.7rem;font-style:italic;line-height:1.4}@keyframes dialogueAppear{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes dialogueFade{0%{opacity:1}to{opacity:0}}.hud-status{z-index:80;pointer-events:none;position:fixed;bottom:16px;left:16px}.hud-agent-name{letter-spacing:.05em;margin-bottom:5px;font-size:.65rem;font-weight:700}.hud-bar-row{align-items:center;gap:5px;margin-bottom:3px;display:flex}.hud-bar-icon{text-align:center;width:14px;font-size:.55rem}.hud-bar{background:#111;border:1px solid #1a1a22;border-radius:1px;width:60px;height:6px;overflow:hidden}.hud-bar-fill{height:100%;transition:width .3s}.hud-bar-val{color:#444;min-width:20px;font-size:.5rem}.minimap{z-index:80;background:#06060ae6;border:1px solid #1a1a22;border-radius:3px;width:150px;height:150px;position:fixed;top:44px;right:12px;overflow:hidden}.minimap canvas{width:100%;height:100%}.agent-info-panel{color:#666;z-index:90;background:#08080cf0;border:1px solid #1a1a22;border-radius:6px;width:260px;padding:.8rem;font-family:Courier New,Consolas,monospace;font-size:.65rem;animation:.25s ease-out panelSlideIn;position:fixed;top:200px;bottom:50px;right:16px;overflow-y:auto}@keyframes panelSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.agent-info-panel::-webkit-scrollbar{width:3px}.agent-info-panel::-webkit-scrollbar-track{background:0 0}.agent-info-panel::-webkit-scrollbar-thumb{background:#1a1a22;border-radius:2px}.agent-info-close{color:#444;cursor:pointer;background:0 0;border:none;border-radius:3px;padding:2px 6px;font-family:inherit;font-size:1rem;line-height:1;position:absolute;top:6px;right:8px}.agent-info-close:hover{color:#888;background:#ffffff0a}.agent-info-header{margin-bottom:.6rem}.agent-info-name{letter-spacing:.05em;margin-bottom:2px;font-size:.95rem;font-weight:700}.agent-info-emotion{color:#555;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.4rem;font-size:.55rem}.agent-info-energy-row{align-items:center;gap:5px;display:flex}.agent-info-label{color:#444;min-width:36px;font-size:.55rem}.agent-info-bar{background:#111;border-radius:2px;flex:1;height:5px;overflow:hidden}.agent-info-bar-fill{border-radius:2px;height:100%;transition:width .3s}.agent-info-bar-val{color:#444;text-align:right;min-width:26px;font-size:.55rem}.agent-info-section{border-top:1px solid #141418;margin-top:.5rem;padding-top:.5rem}.agent-info-section-title{color:#444;text-transform:uppercase;letter-spacing:.15em;margin-bottom:.3rem;font-size:.5rem}.agent-info-stat{justify-content:space-between;padding:1px 0;font-size:.6rem;display:flex}.agent-info-stat span:first-child{color:#444}.agent-info-stat span:last-child{color:#666}.agent-info-stat.highlight span:first-child{color:#555}.agent-info-rel{margin:.3rem 0}.agent-info-rel-name{color:#777;margin-bottom:2px;font-size:.6rem}.agent-info-rel-bars{flex-direction:column;gap:2px;display:flex}.agent-info-rel-row{color:#444;align-items:center;gap:4px;font-size:.5rem;display:flex}.agent-info-rel-row span:first-child{min-width:42px}.agent-info-trust-bar{background:#111;border-radius:2px;flex:1;height:4px;position:relative;overflow:hidden}.agent-info-trust-center{background:#222;width:1px;height:100%;position:absolute;top:0;left:50%}.agent-info-trust-fill{border-radius:2px;height:100%;transition:width .3s,left .3s;position:absolute;top:0}.agent-info-rel-val{text-align:right;color:#444;min-width:16px;font-size:.5rem}.agent-info-event{color:#444;padding:1px 0;font-size:.55rem;line-height:1.3}.agent-info-thought{color:#666;font-size:.6rem;font-style:italic;line-height:1.4}.log-overlay{z-index:200;background:#08080cf5;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.log-overlay-content{flex-direction:column;width:100%;max-width:560px;max-height:80vh;padding:1.5rem;display:flex;position:relative}.log-overlay-close{color:#444;cursor:pointer;background:0 0;border:none;border-radius:3px;padding:4px 10px;font-family:inherit;font-size:1.4rem;line-height:1;position:absolute;top:0;right:0}.log-overlay-close:hover{color:#888;background:#ffffff0a}.log-overlay-title{color:#555;letter-spacing:.2em;text-align:center;margin-bottom:1rem;font-size:.7rem;font-weight:700}.log-tab-switcher{border-bottom:1px solid #1a1a22;justify-content:center;gap:0;margin-bottom:1rem;display:flex}.log-tab-btn{color:#444;letter-spacing:.15em;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:.4rem 1.2rem;font-family:inherit;font-size:.65rem;font-weight:700;transition:color .15s,border-color .15s}.log-tab-btn:hover{color:#777}.log-tab-active{color:#999;border-bottom-color:#c9a227}.lore-section-title{color:#555;letter-spacing:.2em;border-bottom:1px solid #1a1a22;margin-bottom:.5rem;padding-bottom:.25rem;font-size:.6rem;font-weight:700}.lore-agent-card{border-left:2px solid #333;margin-bottom:.3rem;padding:.4rem .6rem}.lore-agent-name{margin-bottom:2px;font-size:.7rem;font-weight:700}.lore-agent-backstory{color:#777;margin-bottom:2px;font-size:.6rem;line-height:1.4}.lore-agent-status{font-size:.55rem}.lore-note{border-left:2px solid #c00;margin-bottom:.3rem;padding:.4rem .6rem}.lore-note-finder{margin-right:.5rem;font-size:.55rem;font-weight:700;display:inline}.lore-note-tick{color:#333;font-size:.5rem}.lore-note-text{color:#a66;margin-top:2px;font-size:.6rem;line-height:1.4}.lore-empty{color:#333;padding:.3rem 0;font-size:.6rem;font-style:italic}.log-overlay-list{flex-direction:column;flex:1;gap:3px;display:flex;overflow-y:auto}.log-overlay-list::-webkit-scrollbar{width:3px}.log-overlay-list::-webkit-scrollbar-track{background:0 0}.log-overlay-list::-webkit-scrollbar-thumb{background:#1a1a22;border-radius:2px}.log-entry{color:#666;border-left:2px solid #222;padding:.3rem .5rem;font-size:.65rem;line-height:1.4}.log-entry-tick{color:#333;margin-bottom:1px;font-size:.5rem;display:block}.log-entry-text{color:#777}.screen-flash{pointer-events:none;z-index:150;animation:.3s ease-out forwards screenFlash;position:fixed;inset:0}@keyframes screenFlash{0%{background:#ffffff1a}to{background:0 0}}.red-pulse-overlay{pointer-events:none;z-index:95;background:radial-gradient(#0000 50%,#6400000f 100%);animation:2s ease-in-out infinite redPulse;position:fixed;inset:0}@keyframes redPulse{0%,to{opacity:.3}50%{opacity:1}}.loading-screen{z-index:200;background:#0a0a0c;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loading-title{color:#333;letter-spacing:.3em;margin-bottom:.5rem;font-size:1rem;font-weight:700}.loading-sub{color:#1a1a22;font-size:.6rem}@keyframes noteAppear{0%{opacity:0;transform:translate(-50%,-45%)rotate(-1.5deg)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)rotate(-1.5deg)scale(1)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}
