.story-filesystem{padding:2rem 0;background-color:black;position:relative;overflow:hidden}.story-filesystem-container{max-width:4xl;margin:0 auto;padding:0 1rem;position:relative;z-index:10}.filesystem-content-container{position:relative;padding:0;display:flex;flex-direction:row;align-items:flex-start;gap:5px}.filesystem-header-title{font-size:1.6rem;font-family:Roboto Condensed,sans-serif}.filesystem-header-title,.filesystem-title{font-weight:700;letter-spacing:2px;line-height:1.2;text-shadow:0 0 5px rgba(255,0,0,.2);color:rgba(255,255,255,.85);user-select:none}.filesystem-title{font-size:.9rem}.filesystem-title2{font-weight:700;letter-spacing:2px;line-height:1.2;text-shadow:0 0 5px rgba(255,0,0,.2);font-size:1.1rem;color:rgba(255,255,255,.85);user-select:none;font-family:Roboto Condensed,sans-serif}.filesystem-container{position:relative;overflow:hidden;line-height:1.5;max-width:900px;margin:0 auto;padding:1.5rem 2rem}.filesystem-header{border-bottom:1px solid rgba(255,0,0,.3);padding-bottom:.5rem}.filesystem-controls button{transition:all .2s ease}.filesystem-controls button:hover{transform:scale(1.1)}.filesystem-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;max-height:400px;min-width:300px;height:100%;width:100%;margin:0 auto;padding:2rem}.loading-bar-container{width:100%;max-width:80%;height:20px;background-color:rgba(0,0,0,.5);border-radius:4px;opacity:.5;box-shadow:inset 0 0 5px rgba(255,0,0,.3)}.filesystem-content{min-height:300px;max-width:100%;height:100%;width:100%;margin:0 auto;overflow-y:auto;padding:1rem 0 1rem 1rem;font-size:14px;letter-spacing:.5px;text-shadow:0 0 5px rgba(255,0,0,.5);scrollbar-color:rgba(255,0,0,.05) rgba(0,0,0,.3)}.filesystem-loading{padding:.5rem 0}.loading-text{text-shadow:0 0 5px rgba(255,0,0,.5)}.loading-bar-container{position:relative;overflow:hidden;box-shadow:inset 0 0 5px rgba(0,0,0,.5)}.loading-bar{position:relative;box-shadow:0 0 10px rgba(255,0,0,.7);animation:pulse 1.5s infinite alternate}.loading-percentage{text-shadow:0 0 5px rgba(255,0,0,.5)}.cursor-blink{animation:blink 1s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.bg-grid-pattern{background-image:linear-gradient(rgba(255,0,0,.1) 1px,transparent 0),linear-gradient(90deg,rgba(255,0,0,.1) 1px,transparent 0);background-size:20px 20px}.scanline{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(255,0,0,.05) 50%,rgba(0,0,0,0));animation:scanline 8s linear infinite;pointer-events:none}@keyframes scanline{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}.filesystem-warning{animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(255,0,0,.4)}70%{box-shadow:0 0 0 10px rgba(255,0,0,0)}to{box-shadow:0 0 0 0 rgba(255,0,0,0)}}.filesystem-document-selector{display:flex;max-width:240px;gap:4px;margin-bottom:20px;padding-right:15px;justify-content:center;flex-wrap:wrap;flex-direction:row;border-right:1px solid rgba(255,0,0,.5)}.document-button{display:flex;width:100%;max-width:300px;align-items:center;gap:6px;background-color:rgba(0,0,0,.7);border:1px solid rgba(255,0,0,.3);padding:10px 15px;border-radius:4px;cursor:pointer;transition:all .3s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.document-button.active,.document-button:hover{border-color:rgba(255,0,0,.7);background-color:rgba(255,0,0,.1)}.document-icon{width:24px;height:24px;color:rgba(255,0,0,.7)}.document-info{display:flex;flex-direction:column;align-items:flex-start}.document-id{font-size:.25rem;color:rgba(255,0,0,.7);margin-bottom:-2px}.document-title{font-size:1.2rem;color:rgba(255,255,255,.9);width:100%}.filesystem-warning button{font-weight:700;letter-spacing:1px}.filesystem-controls button{box-shadow:0 0 8px rgba(255,0,0,.4);cursor:pointer;opacity:.7;transition:box-shadow .2s ease,transform .2s ease;border:1px solid rgba(255,0,0,.1)}.filesystem-controls button:hover{box-shadow:0 0 16px rgba(255,255,255,.4);opacity:.8;transform:scale(1.09)}.filesystem-warning{border-width:2px}.filesystem-content:has(span[data-redacted=true]){position:relative}.filesystem-container.minimized{height:60px;overflow:hidden}@media (max-width:1024px){.filesystem-container{padding:1rem}}@media (max-width:768px){.filesystem-container{padding:.75rem}.document-button{width:100%;max-width:100%}}@media (max-width:480px){.filesystem-content-container{flex-direction:column}.filesystem-document-selector{border-right:1px solid #ff000000;padding-right:0;max-width:100%}}.story-military-code-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#000000;border-bottom:1px solid #ff0000;text-shadow:0 0 5px rgba(255,0,0,.7);padding:8px 16px;font-size:12px;font-family:monospace;color:#fb2c36;overflow-x:auto}