@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,600;9..144,900&family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans:wght@400;500;600&display=swap";:root{color-scheme:dark;font-family:IBM Plex Sans,system-ui,sans-serif;background-color:#0e1116;color:#e7ecf2;line-height:1.5}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{margin:0;background:#0e1116;color:#e7ecf2}button{font:inherit}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}img{max-width:100%}.app-shell{min-height:100vh;background:#0e1116}.page-layout{display:flex;min-height:calc(100vh - 67px)}.top-bar{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #2a323d}.sidebar{width:210px;padding:14px;border-right:1px solid #2a323d;background:#161b22;flex-shrink:0}.content-pane{flex:1;padding:24px;overflow-y:auto}.content-pane--bottom-space{padding-bottom:120px}.section-heading{margin:0;font-family:Fraunces,Georgia,serif;font-size:26px;font-weight:700}.section-subtitle{margin:4px 0 0;color:#8b97a6;font-size:13px}.panel{background:#161b22;border:1px solid #2a323d;border-radius:14px;padding:18px}.panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.panel-title{margin:0;font-family:Fraunces,Georgia,serif;font-size:16px;font-weight:600;color:#e7ecf2}.tag{display:inline-flex;align-items:center;border-radius:999px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:11px;padding:2px 8px;white-space:nowrap}.stat-card{background:#161b22;border:1px solid #2a323d;border-radius:14px;padding:18px}.stat-card__label{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.stat-card__label span,.stat-card__label svg{color:#8b97a6}.stat-card__value{margin:0;font-family:Fraunces,Georgia,serif;font-size:30px;font-weight:600;line-height:1}.stat-card__subtext{margin-top:7px;font-size:12px;color:#8b97a6}.cta-button{display:inline-flex;align-items:center;gap:7px;padding:10px 16px;border-radius:10px;cursor:pointer;font-family:IBM Plex Sans,system-ui,sans-serif;font-size:14px;font-weight:600;transition:all .15s ease}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-8{gap:8px}.gap-10{gap:10px}.gap-14{gap:14px}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.demo-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:#161b22;border:1px solid #5bd08a;color:#e7ecf2;padding:11px 18px;border-radius:10px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:13px;box-shadow:0 10px 40px #00000080;display:flex;align-items:center;gap:9px}.demo-bar{position:fixed;bottom:0;left:0;right:0;z-index:40;background:#161b22;border-top:2px solid #e0a458;padding:12px 24px;display:flex;align-items:center;gap:16px;box-shadow:0 -10px 40px #00000080}.demo-dot{width:7px;height:7px;border-radius:999px;background:#2a323d}.demo-dot--active{width:18px;background:#e0a458}.demo-pulse{animation:demoPulse 1.6s ease infinite}@keyframes demoPulse{0%,to{box-shadow:0 0 #e0a45880}50%{box-shadow:0 0 0 10px #e0a45800}}
