*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{background:#0b0d10;font-family:system-ui,-apple-system,sans-serif}.shell{color:#e8eaed;background:#0b0d10;min-height:100vh;display:flex}.sidebar{border-right:1px solid #1c2128;flex-direction:column;flex-shrink:0;width:220px;height:100vh;padding:1.2rem .8rem;display:flex;position:sticky;top:0}.logo{letter-spacing:-.03em;background:linear-gradient(90deg,#4ade80,#22d3ee);color:#0000;-webkit-background-clip:text;background-clip:text;padding:0 .6rem 1.2rem;font-size:1.5rem;font-weight:700}nav{flex-direction:column;flex:1;gap:2px;display:flex}.nav-item{color:#9aa0a6;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:.6rem;width:100%;padding:.55rem .6rem;font-size:.9rem;transition:background .15s,color .15s;display:flex}.nav-item:hover{color:#e8eaed;background:#14181e}.nav-item.activa{color:#e8eaed;background:#171c23;font-weight:600}.nav-titulo{flex:1}.nav-pronto{color:#3a414c}.sidebar-pie{color:#9aa0a6;border-top:1px solid #1c2128;align-items:center;gap:.5rem;padding:.8rem .6rem 0;font-size:.78rem;display:flex}.dot{border-radius:50%;width:9px;height:9px}.dot.ok{background:#4ade80;box-shadow:0 0 8px #4ade8088}.dot.bad{background:#f87171}.dot.wait{background:#fbbf24;animation:1s infinite pulse}@keyframes pulse{50%{opacity:.4}}.content{flex:1;max-width:860px;padding:1.5rem 2rem}.content-head{justify-content:space-between;align-items:baseline;margin-bottom:1.2rem;display:flex}.content-head h2{color:#e8eaed;font-size:1.15rem;font-weight:600}.hint{color:#5f6672;font-size:.75rem}.stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.8rem;display:grid}.stat{background:#101318;border:1px solid #1c2128;border-radius:12px;flex-direction:column;gap:.4rem;padding:1.2rem;display:flex}.stat-num{color:#4ade80;font-size:1.8rem;font-weight:700}.stat-label{color:#9aa0a6;font-size:.82rem}.empty{text-align:center;color:#9aa0a6;border:1px dashed #2a303a;border-radius:12px;padding:3rem 1rem}.empty-sub{color:#5f6672;margin-top:.5rem;font-size:.85rem}.feed{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.msg{background:#101318;border:1px solid #1c2128;border-radius:12px;gap:.75rem;padding:.75rem 1rem;display:flex}.msg.mio{background:#0e1512;border-color:#1e3a2f}.msg-icon{font-size:1.1rem;line-height:1.6}.msg-body{flex:1;min-width:0}.msg-meta{color:#9aa0a6;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.msg-meta strong{color:#e8eaed;font-size:.85rem}.chip{color:#8ab4f8;background:#1c2128;border-radius:99px;padding:.05rem .5rem;font-size:.7rem}.mio-chip{color:#4ade80}.msg-hora{color:#5f6672;margin-left:auto;font-size:.72rem}.msg-texto{word-wrap:break-word;margin-top:.25rem;font-size:.92rem}.msg-tipo{color:#9aa0a6}.construccion{text-align:center;color:#9aa0a6;border:1px dashed #2a303a;border-radius:12px;max-width:480px;margin:2rem auto;padding:3rem 2rem}.construccion-icono{margin-bottom:.8rem;font-size:2.2rem;display:block}.construccion h3{color:#e8eaed;margin-bottom:.6rem}.construccion p{margin-bottom:1.2rem;font-size:.9rem;line-height:1.5}.badge{color:#fbbf24;background:#1c2128;border-radius:99px;padding:.3rem .8rem;font-size:.78rem;display:inline-block}@media (width<=640px){.shell{flex-direction:column}.sidebar{flex-direction:row;align-items:center;width:100%;height:auto;position:static;overflow-x:auto}nav{flex-direction:row}.nav-titulo,.sidebar-pie{display:none}.content{padding:1rem}}
