:root{color-scheme:dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#050505;color:#f5f5f5}body{margin:0}a{color:inherit}main{min-height:100vh;display:flex;align-items:center;justify-content:center}.card,main{padding:2rem}.card{width:min(960px,100%);border:1px solid hsla(0,0%,96%,.08);border-radius:18px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:hsla(0,0%,4%,.75);box-shadow:0 12px 28px rgba(0,0,0,.45)}h1{font-size:1.5rem;margin:0 0 1rem;font-weight:600}p{margin:0 0 1.25rem;line-height:1.5}label{display:block;font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.5rem;color:hsla(0,0%,96%,.72)}input{width:100%;padding:.75rem 1rem;border-radius:12px;border:1px solid hsla(0,0%,96%,.08);background:hsla(0,0%,7%,.9);color:inherit;font-size:1rem}button{width:100%;margin-top:1rem;padding:.8rem 1rem;border-radius:12px;border:none;font-size:.95rem;font-weight:600;background:linear-gradient(135deg,#4c6ef5,#7950f2);color:#fff;cursor:pointer;transition:opacity .2s ease}button:disabled{opacity:.4;cursor:not-allowed}.badge{display:inline-flex;padding:.35rem .6rem;border-radius:999px;font-size:.7rem;letter-spacing:.08em;border:1px solid hsla(0,0%,96%,.16);background:hsla(0,0%,5%,.9);margin-bottom:1.25rem}.grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.stat{padding:1rem;border-radius:14px;border:1px solid hsla(0,0%,96%,.08);background:hsla(0,0%,5%,.9)}.stat span{display:block}.stat .lbl{font-size:.75rem;color:hsla(0,0%,96%,.66);margin-bottom:.35rem;letter-spacing:.08em;text-transform:uppercase}.stat .val{font-size:1.25rem;font-weight:600}.hero{display:flex;flex-direction:column;gap:1rem}.hero-meta{display:flex;flex-wrap:wrap;gap:.6rem;font-size:.8rem;color:hsla(0,0%,96%,.6)}.hero-meta span{border:1px solid hsla(0,0%,96%,.08);border-radius:999px;padding:.4rem .75rem;background:hsla(0,0%,7%,.8)}.sub{margin:0;font-size:.9rem;color:hsla(0,0%,96%,.66)}.actions{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.panel{border:1px solid hsla(0,0%,96%,.08);border-radius:16px;padding:1.25rem;background:hsla(0,0%,6%,.82);gap:.85rem}.panel,.panel-head{display:flex;flex-direction:column}.panel-head{gap:.4rem}.hint{font-size:.75rem;color:hsla(0,0%,96%,.55)}.inputs{display:flex;gap:.6rem}.inputs input{flex:1 1}.meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1rem;gap:1rem;font-size:.85rem;color:hsla(0,0%,96%,.68)}.meta .addr{font-family:Roboto Mono,monospace;letter-spacing:.01em}.events{border:1px solid hsla(0,0%,96%,.08);border-radius:16px;padding:1.5rem;background:hsla(0,0%,6%,.82);gap:.8rem}.event-empty,.events{display:flex;flex-direction:column}.event-empty{border:1px dashed hsla(0,0%,96%,.2);border-radius:14px;padding:1rem;gap:.4rem;color:hsla(0,0%,96%,.6);font-size:.85rem}.toast{border-radius:12px;padding:.9rem 1.1rem;font-size:.85rem}.toast.info{background:rgba(76,110,245,.15);color:rgba(117,137,255,.95)}.toast.warn{background:hsla(0,100%,71%,.15);color:#ff8787}@media (max-width:720px){.card,main{padding:1.5rem}.inputs{flex-direction:column}button{width:100%}}