*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:#0f1a12;color:#eafbea}.screen{max-width:480px;margin:0 auto;padding:16px;min-height:100vh}.card{background:#16261a;border-radius:12px;padding:16px;margin-bottom:12px}.gauge-row{display:flex;justify-content:space-between;margin-bottom:8px}.gauge-bar{height:8px;background:#22331f;border-radius:4px;overflow:hidden}.gauge-fill{height:100%;background:#4caf50}button{background:#4caf50;color:#0f1a12;border:none;border-radius:8px;padding:10px 16px;font-weight:600;cursor:pointer;width:100%;margin-top:8px}button:disabled{background:#3a4a3a;color:#7a8a7a;cursor:not-allowed}button.secondary{background:#22331f;color:#eafbea}.sphere-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.sphere-card{background:#16261a;border:2px solid transparent;border-radius:12px;padding:16px;text-align:center;cursor:pointer}.sphere-card.selected{border-color:#4caf50}table{width:100%;border-collapse:collapse;font-size:13px}td,th{padding:4px 6px;text-align:left;border-bottom:1px solid #22331f}nav.bottom-nav{position:fixed;bottom:0;left:0;right:0;display:flex;background:#16261a;max-width:480px;margin:0 auto}nav.bottom-nav a{flex:1;text-align:center;padding:12px;color:#eafbea;text-decoration:none}nav.bottom-nav a.active{color:#4caf50}
