*,:before,:after{box-sizing:border-box}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0e1110;width:100%;height:100%;margin:0;padding:0;overflow:hidden}#root{width:100%;height:100%}*{box-sizing:border-box;margin:0;padding:0}@keyframes rotate-cw{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotate-ccw{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes net-pulse{0%,to{opacity:.25}50%{opacity:.85}}@keyframes chev-flow{0%{opacity:.15;transform:translate(0)}50%{opacity:.75;transform:translate(7px)}to{opacity:.15;transform:translate(0)}}@keyframes shimmer{0%{transform:translate(-120%)}to{transform:translate(220%)}}@keyframes cooking-blink{0%,to{opacity:1}50%{opacity:.2}}.home{color:#c8c8c8d1;background:#0e1110;flex-direction:column;align-items:center;min-height:100vh;padding:64px 48px;font-family:Geist,system-ui,sans-serif;display:flex;overflow-y:auto}.home-header{width:100%;max-width:800px;margin-bottom:48px}.home-header h1{letter-spacing:-.01em;color:#dcdcdce6;text-wrap:balance;margin-bottom:8px;font-size:24px;font-weight:600;line-height:1.2}.home-header p{letter-spacing:-.165px;color:#969696cc;font-size:13px;font-weight:450;line-height:1.5}.viz-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,380px),1fr));gap:12px;max-width:800px;display:grid}.viz-card{text-align:left;cursor:pointer;color:inherit;background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px;flex-direction:column;min-height:170px;font-family:inherit;transition-property:border-color,background;transition-duration:.2s;display:flex;overflow:hidden}@media (hover:hover) and (pointer:fine){.viz-card:hover{background:#ffffff0b;border-color:#22c55e47}.viz-card:hover .card-arrow{color:#22c55ea6}}.card-preview{background:#ffffff05;border-bottom:1px solid #ffffff0d;flex-shrink:0;justify-content:center;align-items:center;height:100px;display:flex;position:relative;overflow:hidden}.card-tag{letter-spacing:.4px;text-transform:uppercase;color:#22c55ebf;background:#22c55e14;border:1px solid #22c55e2e;border-radius:4px;padding:2px 7px;font-size:12px;font-weight:500;position:absolute;top:10px;right:10px}.card-body{flex-direction:column;flex:1;gap:8px;padding:14px 16px 16px;display:flex}.card-meta{letter-spacing:-.165px;color:#787878bf;align-items:center;gap:5px;font-size:13px;font-weight:450;display:flex}.card-bottom{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.card-text{flex-direction:column;gap:4px;display:flex}.card-arrow{color:#64646459;flex-shrink:0;padding-bottom:2px;font-size:14px;transition-property:color;transition-duration:.2s}.viz-card-name{letter-spacing:0;color:#d7d7d7e6;font-size:15px;font-weight:550;line-height:1.2}.viz-card-desc{letter-spacing:-.165px;color:#a0a0a0cc;font-size:13px;font-weight:450;line-height:1.5}.preview-orbital{width:80px;height:80px;position:relative}.orbital-ring{border-radius:50%;position:absolute}.ring-1{border:1px dashed #22c55e66;width:28px;height:28px;animation:10s linear infinite rotate-cw;top:calc(50% - 14px);left:calc(50% - 14px)}.ring-2{border:1px solid #22c55e24;width:54px;height:54px;animation:20s linear infinite rotate-ccw;top:calc(50% - 27px);left:calc(50% - 27px)}.ring-3{border:1px solid #22c55e0f;width:78px;height:78px;animation:32s linear infinite rotate-cw;top:calc(50% - 39px);left:calc(50% - 39px)}.orbital-dot{background:#22c55e8c;border-radius:50%;width:5px;height:5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.preview-network{width:100%;height:100%;position:absolute;inset:0}.net-dot{animation:2.2s ease-in-out infinite net-pulse}.dot-a{animation-delay:0s}.dot-b{animation-delay:.55s}.dot-c{animation-delay:1.1s}.dot-d{animation-delay:1.65s}.preview-flow{align-items:center;gap:4px;display:flex}.flow-chevron{color:#22c55e80;font-size:24px;animation:1.8s ease-in-out infinite chev-flow;display:inline-block}.chev-1{animation-delay:0s}.chev-2{animation-delay:.3s}.chev-3{animation-delay:.6s}.card-preview--shimmer{background:#ffffff05}.shimmer-sweep{background:linear-gradient(90deg,#0000 0%,#ffffff0f 50%,#0000 100%);animation:1.8s linear infinite shimmer;position:absolute;inset:0}.viz-card--cooking{cursor:default;opacity:.55;pointer-events:none}.cooking-dot{background:#22c55ea6;border-radius:50%;flex-shrink:0;width:5px;height:5px;animation:1.2s ease-in-out infinite cooking-blink;display:inline-block}.viz-container{width:100vw;height:100vh;position:relative;overflow:hidden}.back-btn{z-index:10;color:#a0a0a0a6;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:6px;align-items:center;min-height:40px;padding:10px 16px;font-family:Geist Mono,ui-monospace,monospace;font-size:13px;font-weight:450;transition-property:color,border-color;transition-duration:.2s;display:inline-flex;position:absolute;top:20px;left:24px}.back-btn:hover{color:#c8c8c8e6;border-color:#22c55e4d}.viz-context-chip{z-index:10;-webkit-backdrop-filter:blur(12px);background:#0e1110e0;border:1px solid #ffffff14;border-radius:8px;max-width:320px;padding:10px 14px;position:fixed;bottom:24px;left:24px}.chip-meta{letter-spacing:-.165px;color:#22c55ea6;margin-bottom:4px;font-size:13px;font-weight:450}.chip-what{letter-spacing:-.165px;color:#a0a0a0cc;font-size:13px;font-weight:450;line-height:1.5}@media (prefers-reduced-motion:reduce){.orbital-ring,.net-dot,.flow-chevron,.shimmer-sweep,.cooking-dot{animation:none}}
