@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-color:#d6d6d6;--text-color:#000;--border-color:#000}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}#root{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}.dashboard-container{flex-direction:column;width:100%;min-height:100vh;padding:3rem 6vw;display:flex;position:relative}.top-nav{text-transform:uppercase;letter-spacing:.05em;z-index:100;background-color:#0000;justify-content:space-between;align-items:flex-start;margin-top:-3rem;margin-bottom:2rem;padding-top:3rem;padding-bottom:1rem;font-size:.85rem;font-weight:500;display:flex;position:sticky;top:0}.nav-left,.nav-center,.nav-right{gap:1.5rem;display:flex}.nav-center{position:absolute;left:50%;transform:translate(-50%)}.custom-cursor{pointer-events:none;z-index:10000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);will-change:transform;background-color:#0009;border-radius:50%;width:32px;height:32px;position:fixed;top:0;left:0}body,a,button,*{cursor:none!important}.hero-section{justify-content:flex-start;align-items:flex-start;margin-top:2rem;margin-bottom:4rem;display:flex}.title-wrapper{align-items:flex-start;gap:1rem;display:flex}.title-main{letter-spacing:-.03em;text-transform:uppercase;margin:0;font-size:5rem;font-weight:600;line-height:1}.title-count{opacity:.5;margin-top:.5rem;font-size:2rem;font-weight:500}.intro-text-wrapper{justify-content:flex-start;margin-top:2rem;margin-bottom:4rem;display:flex}.intro-text{text-transform:uppercase;max-width:400px;font-size:.85rem;font-weight:500;line-height:1.4}.list-container{flex-direction:column;width:100%;display:flex}.list-header{text-transform:uppercase;grid-template-columns:1fr 2fr 1fr;margin-bottom:1rem;padding:0 1rem;font-size:.75rem;font-weight:600;display:grid}.list-header>span:last-child{text-align:right}.list-wrapper{flex-direction:column;display:flex}.list-row{cursor:pointer;border-top:1px solid #000;border-bottom:1px solid #000;grid-template-columns:1fr 2fr 1fr;align-items:center;margin-bottom:-1px;padding:.4rem 1rem;transition:background-color .3s;display:grid;position:relative;overflow:hidden}.list-row:last-child{border-bottom:none}.list-row:hover{background-color:#0000000d}.row-id{font-size:.9rem;font-weight:500}.row-title{font-size:.95rem;font-weight:500}.row-url{text-align:right;opacity:.8;font-size:.85rem}@media (width<=768px){.title-main{font-size:3rem}.hero-section{flex-direction:column}.title-wrapper{flex-direction:column;gap:0}.list-header,.list-row{grid-template-columns:1fr 1fr}.list-header>span:nth-child(2),.row-title{display:none}}
