:root{--bg-color: #1c1c1e;--card-bg: #2c2c2e;--text-primary: #ffffff;--text-secondary: #8e8e93}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--bg-color);color:var(--text-primary);height:100vh;overflow:hidden}#root{height:100%}.app-container{height:100%;padding:16px;display:flex;flex-direction:column;justify-content:center}.stats-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:8px;height:100%;max-height:800px;margin:0 auto;width:100%;max-width:600px}.stat-card{background-color:#8e8e93;border-radius:12px;overflow:hidden;position:relative;display:flex;flex-direction:column;color:#fff}.stat-card:nth-child(1){background-color:#636366}.stat-card:nth-child(2){background-color:#8e8e93}.stat-card:nth-child(3){background-color:#636366}.stat-card:nth-child(4){background-color:#3a3a3c}.stat-card-content{padding:16px;display:flex;flex-direction:column;height:100%;justify-content:space-between;align-items:center;text-align:center}.stat-title{font-size:14px;font-weight:600;margin-bottom:4px;opacity:.9}.stat-subtitle{font-size:10px;opacity:.7;margin-bottom:8px;display:none}.stat-image-container{flex-grow:1;display:flex;align-items:center;justify-content:center;margin:10px 0}.stat-image{width:80px;height:80px;display:flex;align-items:center;justify-content:center}.stat-footer{margin-top:auto;width:100%}.stat-description{font-size:11px;opacity:.8;margin-bottom:4px;min-height:2.4em}.stat-value{font-size:20px;font-weight:800;white-space:nowrap}.loading,.error{display:flex;justify-content:center;align-items:center;height:100vh;font-size:18px}
