@import "https://fonts.googleapis.com/css2?family=Recursive:wght@300..1000;slnt@-15..0&display=swap";
:root{--neon-cyan:#0ff;--neon-purple:#b000ff;--bg-deep:#020208}*{box-sizing:border-box;margin:0;padding:0;font-family:Recursive,IBM Plex Mono,monospace}body{background:var(--bg-deep);color:#fff;flex-direction:column;width:100vw;height:100vh;display:flex;overflow:hidden}.vortex-bg-video{z-index:-1;object-fit:cover;opacity:.35;min-width:100vw;min-height:100vh;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.top-header-bar{-webkit-backdrop-filter:blur(12px);border-bottom:2px solid var(--neon-cyan);z-index:100;background:#0009;justify-content:space-between;align-items:center;height:3.5rem;padding:0 2.5rem;display:flex;box-shadow:0 0 20px #0ff6}.header-project-name{letter-spacing:.25em;text-shadow:0 0 10px var(--neon-cyan);font-size:.9rem;font-weight:700}.dashboard{box-sizing:border-box;flex:1;gap:2.5rem;height:calc(100vh - 5rem);padding:2rem 3.5rem;display:flex;overflow:hidden}.hemisphere-left{-webkit-backdrop-filter:blur(16px);background:linear-gradient(135deg,#05051066 0%,#0003 100%);border:1px solid #00ffff26;border-radius:16px;flex-direction:column;flex:2.5;gap:1.2rem;min-height:0;padding:1.5rem;display:flex;box-shadow:0 10px 30px #00000080,inset 0 0 20px #00ffff0d}.top-inner-row{flex:2;gap:1.2rem;min-height:0;display:flex}.visualizer-box{background:#000;border:1px solid #00ffff26;border-radius:12px;flex:1;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080,inset 0 0 20px #00ffff0d}.revenue-stack{flex-direction:column;gap:1rem;width:240px;display:flex}.action-button{text-align:center;background:linear-gradient(#ffffff0d 0%,#0009 100%);border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:10px;text-decoration:none;transition:all .4s cubic-bezier(.25,.8,.25,1);display:flex}.revenue-stack .action-button{flex:1}.btn-whisper{color:var(--neon-cyan);border-color:#00ffff26;box-shadow:0 0 15px #0ff3}.btn-glyph{color:#f0f;border-color:#ff00ff26;box-shadow:0 0 15px #f0f3}.btn-whisper:hover,.btn-glyph:hover{background:linear-gradient(#ffffff26 0%,#000c 100%);transform:translateY(-3px);box-shadow:0 10px 25px #00ffff4d}.hemisphere-right{-webkit-backdrop-filter:blur(16px);background:linear-gradient(135deg,#0a001480 0%,#0003 100%);border:1px solid #b000ff33;border-radius:16px;flex-direction:column;flex:1.1;min-height:0;padding:2.2rem;display:flex;box-shadow:0 10px 30px #00000080,inset 0 0 20px #b000ff1a}.stellar-box-header{color:var(--neon-purple);letter-spacing:.3em;text-shadow:0 0 15px var(--neon-purple);text-align:center;margin-bottom:1.5rem;font-size:1.3rem;font-weight:700}.artifact-identity{text-align:center;margin-bottom:1.5rem}.artifact-name{color:#fff;opacity:.9;letter-spacing:.1em;font-size:.85rem}.artifact-price{color:var(--neon-cyan);text-shadow:0 0 12px #0ff;margin-top:5px;font-size:1.8rem;font-weight:700}.museum-carousel-row{flex:1;justify-content:center;align-items:center;gap:1.2rem;width:100%;min-height:0;margin-bottom:2rem;display:flex}.nav-arrow{color:var(--neon-purple);cursor:pointer;text-shadow:0 0 15px var(--neon-purple);background:0 0;border:none;font-size:3.5rem;transition:all .2s}.nav-arrow:hover{color:#fff;transform:scale(1.2)}.museum-window{aspect-ratio:1;background:#000;border:1px solid #00ffff4d;border-radius:16px;flex-shrink:0;width:65%;max-width:350px;position:relative;overflow:hidden;box-shadow:0 10px 40px #00ffff26,0 0 20px #000c}.museum-window img{object-fit:cover;width:100%;height:100%}.chat-log{background:#000000f2;border:1px solid #00ffff26;border-radius:12px;height:150px;padding:1rem;overflow-y:auto}.footer-text{color:#fff6;letter-spacing:.4em;border-top:1px solid var(--neon-cyan);background:#000;justify-content:center;align-items:center;height:1.5rem;font-size:.65rem;display:flex}
